diff options
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 f52e518c..5c1ef326 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' }, |
