move nix linters up to minimal

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-11-25 17:17:03 -06:00
parent 4bf56c30b2
commit d85f1e831e

View file

@ -193,6 +193,9 @@
ripgrep # search - core to telescope, checked in telescope.lua init ripgrep # search - core to telescope, checked in telescope.lua init
fd # file finding - improves telescope performance, checked in telescope.lua init fd # file finding - improves telescope performance, checked in telescope.lua init
tree-sitter # highlighting tree-sitter # highlighting
# including nix for minal for nice iso build
nixfmt-rfc-style # nix formatter
nil # nix lsp
]; ];
# Core tools to prefer in PATH (prefix) # Core tools to prefer in PATH (prefix)
@ -204,9 +207,6 @@
glow glow
curl curl
sshfs sshfs
# including nix for minal for nice iso build
nixfmt-rfc-style # nix formatter
nil # nix lsp
]; ];
# Full optional tools (suffix) — linters, formatters, LSPs # Full optional tools (suffix) — linters, formatters, LSPs