diff options
chore: add type annotation for configs
Diffstat (limited to 'lsp/statix.lua')
| -rw-r--r-- | lsp/statix.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/statix.lua b/lsp/statix.lua index 2d152490..f52e518c 100644 --- a/lsp/statix.lua +++ b/lsp/statix.lua @@ -3,6 +3,7 @@ --- https://github.com/nerdypepper/statix --- --- lints and suggestions for the nix programming language +---@type vim.lsp.Config return { cmd = { 'statix', 'check', '--stdin' }, filetypes = { 'nix' }, |
