helix.nix: add rustfmt and clippy
This commit is contained in:
parent
8e956876fa
commit
1109eac9fa
1 changed files with 4 additions and 0 deletions
|
@ -25,6 +25,8 @@
|
||||||
solargraph,
|
solargraph,
|
||||||
tinymist,
|
tinymist,
|
||||||
typescript-language-server,
|
typescript-language-server,
|
||||||
|
rustfmt,
|
||||||
|
clippy,
|
||||||
...
|
...
|
||||||
}: let
|
}: let
|
||||||
inherit (lib) getExe;
|
inherit (lib) getExe;
|
||||||
|
@ -256,6 +258,8 @@
|
||||||
helix
|
helix
|
||||||
|
|
||||||
rust-analyzer
|
rust-analyzer
|
||||||
|
rustfmt
|
||||||
|
clippy
|
||||||
# typst lsp
|
# typst lsp
|
||||||
tinymist
|
tinymist
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue