diff options
chore: add type annotation for configs
Diffstat (limited to 'lsp/nixd.lua')
| -rw-r--r-- | lsp/nixd.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/nixd.lua b/lsp/nixd.lua index 1e526137..d9b69915 100644 --- a/lsp/nixd.lua +++ b/lsp/nixd.lua @@ -6,6 +6,7 @@ --- --- If you are using Nix with Flakes support, run `nix profile install github:nix-community/nixd` to install. --- Check the repository README for more information. +---@type vim.lsp.Config return { cmd = { 'nixd' }, filetypes = { 'nix' }, |
