diff options
Diffstat (limited to 'lsp/autohotkey_lsp.lua')
| -rw-r--r-- | lsp/autohotkey_lsp.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/autohotkey_lsp.lua b/lsp/autohotkey_lsp.lua index cb92330b..fe11d153 100644 --- a/lsp/autohotkey_lsp.lua +++ b/lsp/autohotkey_lsp.lua @@ -16,6 +16,7 @@ return { cmd = { 'autohotkey_lsp', '--stdio' }, filetypes = { 'autohotkey' }, root_markers = { 'package.json' }, + ---@diagnostic disable-next-line: missing-fields flags = { debounce_text_changes = 500 }, --capabilities = capabilities, --on_attach = custom_attach, |
