From ad205a6812ddbcfb73c73a7e6b7a9acbb5267d53 Mon Sep 17 00:00:00 2001 From: awy Date: Sun, 16 Nov 2025 18:12:11 +0300 Subject: nvim --- .config/nvim/lsp/statix.lua | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 .config/nvim/lsp/statix.lua (limited to '.config/nvim/lsp/statix.lua') 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' }, -} -- cgit v1.2.3