remove goto handler

This commit is contained in:
Christian Nieves
2023-12-06 23:33:33 -06:00
parent 16bd48ee03
commit 597315261d

View File

@ -68,11 +68,6 @@ return {
require("config.lsp-google").setup(capabilities) require("config.lsp-google").setup(capabilities)
-- Godot -- Godot
local godot_handlers = {
["textDocument/publishDiagnostics"] = vim.lsp.with(vim.lsp.diagnostic.on_publish_diagnostics, {
underline = true,
}),
}
lspconfig.gdscript.setup({ lspconfig.gdscript.setup({
flags = { flags = {
debounce_text_changes = 2000, -- Wait 5 seconds before sending didChange debounce_text_changes = 2000, -- Wait 5 seconds before sending didChange