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