mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-29 20:04:28 +02:00
parent
313db7e7fe
commit
4f6e90212c
3 changed files with 4 additions and 8 deletions
|
@ -33,8 +33,7 @@
|
|||
installCargo = true;
|
||||
installRustc = true;
|
||||
};
|
||||
# TODO As of 2024-03-10, nixd is broken (see https://github.com/nix-community/nixd/issues/357)
|
||||
nixd.enable = false;
|
||||
nixd.enable = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
@ -81,8 +80,7 @@
|
|||
lsp = {
|
||||
enable = true;
|
||||
servers = {
|
||||
# TODO As of 2024-03-10, nixd is broken (see https://github.com/nix-community/nixd/issues/357)
|
||||
nixd.enable = false;
|
||||
nixd.enable = true;
|
||||
rust-analyzer = {
|
||||
enable = true;
|
||||
installCargo = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue