diff options
chore: add type annotation for configs
Diffstat (limited to 'lsp/harper_ls.lua')
| -rw-r--r-- | lsp/harper_ls.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/harper_ls.lua b/lsp/harper_ls.lua index 922df069..ee7906d2 100644 --- a/lsp/harper_ls.lua +++ b/lsp/harper_ls.lua @@ -16,6 +16,7 @@ --- }, --- }) --- ``` +---@type vim.lsp.Config return { cmd = { 'harper-ls', '--stdio' }, filetypes = { |
