helix editor
This commit is contained in:
parent
80f02f94a9
commit
98ceba8394
2 changed files with 14 additions and 24 deletions
13
home/programs/helix.nix
Normal file
13
home/programs/helix.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{pkgs, ...}: {
|
||||
programs.helix = {
|
||||
enable = true;
|
||||
languages = {
|
||||
language-server = {
|
||||
rust-analyzer.command = "${pkgs.rust-analyzer}/bin/rust-analyzer";
|
||||
nil.command = "${pkgs.nil}/bin/nil";
|
||||
gopls.command = "${pkgs.gopls}/bin/gopls";
|
||||
typescript-language-server.command = "${pkgs.nodePackages.typescript-language-server}/bin/typescript-language-server";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue