move nix linters up to minimal
This commit is contained in:
parent
4bf56c30b2
commit
d85f1e831e
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue