meh
This commit is contained in:
@ -4,20 +4,4 @@ return {
|
|||||||
"habamax/vim-godot",
|
"habamax/vim-godot",
|
||||||
cond = not use_google(),
|
cond = not use_google(),
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"QuickGD/quickgd.nvim",
|
|
||||||
ft = { "gdshader", "gdshaderinc" },
|
|
||||||
cmd = { "GodotRun", "GodotRunLast", "GodotStart" },
|
|
||||||
cond = not use_google(),
|
|
||||||
-- Use opts if passing in settings else use config
|
|
||||||
init = function()
|
|
||||||
vim.filetype.add({
|
|
||||||
extension = {
|
|
||||||
gdshaderinc = "gdshaderinc",
|
|
||||||
},
|
|
||||||
})
|
|
||||||
end,
|
|
||||||
config = true,
|
|
||||||
opts = {}, -- remove config and use this if changing settings.
|
|
||||||
},
|
|
||||||
}
|
}
|
||||||
|
@ -1,18 +1,18 @@
|
|||||||
return {
|
-- return {
|
||||||
"VidocqH/lsp-lens.nvim",
|
-- "VidocqH/lsp-lens.nvim",
|
||||||
event = "BufEnter",
|
-- event = "BufEnter",
|
||||||
config = function()
|
-- config = function()
|
||||||
vim.cmd([[autocmd BufEnter,CursorHold,InsertLeave <buffer> lua vim.lsp.codelens.refresh()]])
|
-- vim.cmd([[autocmd BufEnter,CursorHold,InsertLeave <buffer> lua vim.lsp.codelens.refresh()]])
|
||||||
|
--
|
||||||
require("lsp-lens").setup({
|
-- require("lsp-lens").setup({
|
||||||
enable = true,
|
-- enable = true,
|
||||||
include_declaration = false, -- Reference include declaration
|
-- include_declaration = false, -- Reference include declaration
|
||||||
sections = { -- Enable / Disable specific request, formatter example looks 'Format Requests'
|
-- sections = { -- Enable / Disable specific request, formatter example looks 'Format Requests'
|
||||||
definition = false,
|
-- definition = false,
|
||||||
references = true,
|
-- references = true,
|
||||||
implements = true,
|
-- implements = true,
|
||||||
git_authors = true,
|
-- git_authors = true,
|
||||||
},
|
-- },
|
||||||
})
|
-- })
|
||||||
end,
|
-- end,
|
||||||
}
|
-- }
|
||||||
|
Reference in New Issue
Block a user