diff options
Diffstat (limited to '.config/nvim/lsp/statix.lua')
-rw-r--r-- | .config/nvim/lsp/statix.lua | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/.config/nvim/lsp/statix.lua b/.config/nvim/lsp/statix.lua deleted file mode 100644 index 5c1ef32..0000000 --- a/.config/nvim/lsp/statix.lua +++ /dev/null @@ -1,12 +0,0 @@ ----@brief ---- ---- https://github.com/nerdypepper/statix ---- ---- lints and suggestions for the nix programming language - ----@type vim.lsp.Config -return { - cmd = { 'statix', 'check', '--stdin' }, - filetypes = { 'nix' }, - root_markers = { 'flake.nix', '.git' }, -} |