diff options
chore: add type annotation for configs
Diffstat (limited to 'lsp/nil_ls.lua')
| -rw-r--r-- | lsp/nil_ls.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/nil_ls.lua b/lsp/nil_ls.lua index 71c7ff21..7f1e49f1 100644 --- a/lsp/nil_ls.lua +++ b/lsp/nil_ls.lua @@ -8,6 +8,7 @@ --- Check the repository README for more information. --- --- _See an example config at https://github.com/oxalica/nil/blob/main/dev/nvim-lsp.nix._ +---@type vim.lsp.Config return { cmd = { 'nil' }, filetypes = { 'nix' }, |
