neovim

add statix makeprg in nix

+3
+2
candy/ftplugin/nix.lua
··· 8 8 vim.opt.tabstop = tab_width 9 9 vim.opt.shiftwidth = tab_width 10 10 vim.opt.softtabstop = tab_width 11 + vim.opt.makeprg = "statix check -o errfmt" 12 + vim.opt.errorformat = "%f>%l:%c:%t:%n:%m"
+1
flake.nix
··· 118 118 taplo 119 119 lua-language-server 120 120 nil 121 + statix 121 122 nodePackages.typescript-language-server 122 123 tailwindcss-language-server 123 124 nodePackages.sql-formatter