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 eac26a7d..cb92330b 100644 --- a/lsp/autohotkey_lsp.lua +++ b/lsp/autohotkey_lsp.lua @@ -11,6 +11,7 @@ local function get_autohotkey_path() return #path > 0 and path or '' end +---@type vim.lsp.Config return { cmd = { 'autohotkey_lsp', '--stdio' }, filetypes = { 'autohotkey' }, |
