summaryrefslogtreecommitdiff
path: root/nvim/lsp/statix.lua
diff options
context:
space:
mode:
Diffstat (limited to 'nvim/lsp/statix.lua')
-rwxr-xr-xnvim/lsp/statix.lua10
1 files changed, 0 insertions, 10 deletions
diff --git a/nvim/lsp/statix.lua b/nvim/lsp/statix.lua
deleted file mode 100755
index 2d15249..0000000
--- a/nvim/lsp/statix.lua
+++ /dev/null
@@ -1,10 +0,0 @@
----@brief
----
---- https://github.com/nerdypepper/statix
----
---- lints and suggestions for the nix programming language
-return {
- cmd = { 'statix', 'check', '--stdin' },
- filetypes = { 'nix' },
- root_markers = { 'flake.nix', '.git' },
-}