From 597315261d9be4dddb5e9b18b87603aa46a54e17 Mon Sep 17 00:00:00 2001 From: Christian Nieves Date: Wed, 6 Dec 2023 23:33:33 -0600 Subject: [PATCH] remove goto handler --- vim/.vim/lua/plugins/lsp.lua | 5 ----- 1 file changed, 5 deletions(-) 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