rm godot lsp

This commit is contained in:
Christian Nieves
2025-02-20 15:10:42 +00:00
parent 52dbbb30fd
commit 9d5f671e4f

View File

@ -124,12 +124,6 @@ return {
} }
nvim_lspconfig.ciderlsp.setup({}) nvim_lspconfig.ciderlsp.setup({})
-- Godot
lspconfig.gdscript.setup({
-- flags = {
-- debounce_text_changes = 2000, -- Wait 5 seconds before sending didChange
-- },
})
vim.cmd([[autocmd FileType gdscript setlocal commentstring=#\ %s]]) vim.cmd([[autocmd FileType gdscript setlocal commentstring=#\ %s]])
vim.cmd([[autocmd FileType gdscript setlocal autoindent noexpandtab tabstop=4 shiftwidth=4]]) vim.cmd([[autocmd FileType gdscript setlocal autoindent noexpandtab tabstop=4 shiftwidth=4]])
end, end,