fix: replace rnix with nixd
This commit is contained in:
parent
e44daad69a
commit
0b8b9127b7
2 changed files with 4 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
||||||
[language-server.rust-analyzer]
|
[language-server.rust-analyzer]
|
||||||
config = { rust-analyzer = { checkOnSave = { command = "clippy" } } }
|
config = { rust-analyzer = { checkOnSave = { command = "clippy" } } }
|
||||||
|
|
||||||
[language-server.nil]
|
[language-server.nixd]
|
||||||
command = "nil"
|
command = "nixd"
|
||||||
|
|
||||||
[language-server.ltex-ls]
|
[language-server.ltex-ls]
|
||||||
command = "ltex-ls"
|
command = "ltex-ls"
|
||||||
|
@ -21,4 +21,4 @@ roots = []
|
||||||
[[language]]
|
[[language]]
|
||||||
name = "nix"
|
name = "nix"
|
||||||
file-types = ["nix"]
|
file-types = ["nix"]
|
||||||
language-servers = [{ name = "nil" }]
|
language-servers = [{ name = "nixd" }]
|
||||||
|
|
|
@ -16,7 +16,7 @@ in
|
||||||
home.file.".config/helix".source = ./config;
|
home.file.".config/helix".source = ./config;
|
||||||
home.packages = [
|
home.packages = [
|
||||||
cfg.package
|
cfg.package
|
||||||
pkgs.rnix-lsp
|
pkgs.nixd
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue