diff --git a/vim/.vim/lua/plugins/lsp.lua b/vim/.vim/lua/plugins/lsp.lua index 189babe..791c710 100644 --- a/vim/.vim/lua/plugins/lsp.lua +++ b/vim/.vim/lua/plugins/lsp.lua @@ -68,11 +68,6 @@ return { require("config.lsp-google").setup(capabilities) -- Godot - local godot_handlers = { - ["textDocument/publishDiagnostics"] = vim.lsp.with(vim.lsp.diagnostic.on_publish_diagnostics, { - underline = true, - }), - } lspconfig.gdscript.setup({ flags = { debounce_text_changes = 2000, -- Wait 5 seconds before sending didChange