diff options
chore: add type annotation for configs
Diffstat (limited to 'lsp/nickel_ls.lua')
| -rw-r--r-- | lsp/nickel_ls.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/nickel_ls.lua b/lsp/nickel_ls.lua index 1f704025..0f7238c4 100644 --- a/lsp/nickel_ls.lua +++ b/lsp/nickel_ls.lua @@ -23,6 +23,7 @@ --- --- In order to have lspconfig detect Nickel filetypes (a prerequisite for autostarting a server), --- install the [Nickel vim plugin](https://github.com/nickel-lang/vim-nickel). +---@type vim.lsp.Config return { cmd = { 'nls' }, filetypes = { 'ncl', 'nickel' }, |
