fix lsp
This commit is contained in:
@ -1,3 +1,3 @@
|
||||
{
|
||||
"lazy.nvim": { "branch": "main", "commit": "d8f26efd456190241afd1b0f5235fe6fdba13d4a" }
|
||||
"lazy.nvim": { "branch": "main", "commit": "e5e9bf48211a13d9ee6c1077c88327c49c1ab4a0" }
|
||||
}
|
||||
|
@ -1,6 +1,7 @@
|
||||
local use_google = require("utils").use_google
|
||||
|
||||
return {
|
||||
"tikhomirov/vim-glsl",
|
||||
"sindrets/diffview.nvim",
|
||||
{ "folke/todo-comments.nvim", dependencies = { "nvim-lua/plenary.nvim" } },
|
||||
{
|
||||
|
@ -123,7 +123,11 @@ return {
|
||||
},
|
||||
}
|
||||
|
||||
if use_google() then
|
||||
nvim_lspconfig.ciderlsp.setup({})
|
||||
end
|
||||
nvim_lspconfig.wgsl_analyzer.setup({})
|
||||
|
||||
vim.cmd([[autocmd FileType gdscript setlocal commentstring=#\ %s]])
|
||||
vim.cmd([[autocmd FileType gdscript setlocal autoindent noexpandtab tabstop=4 shiftwidth=4]])
|
||||
end,
|
||||
|
Reference in New Issue
Block a user