aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/autohotkey_lsp.lua
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2025-11-14 00:43:43 -0500
committerJustin M. Keyes <justinkz@gmail.com>2025-11-14 01:20:14 -0500
commit2bf52f747b8633d38b671d0e9b968ec0a3133bcb (patch)
tree9c19e3a62dee7a73a302bd0b7cb5bae7c24a1b4d /lsp/autohotkey_lsp.lua
parentci: retreat to luals (diff)
downloadnvim-lspconfig-2bf52f747b8633d38b671d0e9b968ec0a3133bcb.tar
nvim-lspconfig-2bf52f747b8633d38b671d0e9b968ec0a3133bcb.tar.gz
nvim-lspconfig-2bf52f747b8633d38b671d0e9b968ec0a3133bcb.tar.bz2
nvim-lspconfig-2bf52f747b8633d38b671d0e9b968ec0a3133bcb.tar.lz
nvim-lspconfig-2bf52f747b8633d38b671d0e9b968ec0a3133bcb.tar.xz
nvim-lspconfig-2bf52f747b8633d38b671d0e9b968ec0a3133bcb.tar.zst
nvim-lspconfig-2bf52f747b8633d38b671d0e9b968ec0a3133bcb.zip
fix: luals warnings
Diffstat (limited to 'lsp/autohotkey_lsp.lua')
-rw-r--r--lsp/autohotkey_lsp.lua1
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,