remove goto handler
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user