mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +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;
|
||||
|
|
|
@ -125,8 +125,7 @@
|
|||
marksman.enable = true;
|
||||
metals.enable = true;
|
||||
nil_ls.enable = 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;
|
||||
nushell.enable = true;
|
||||
ocamllsp.enable = true;
|
||||
ols.enable =
|
||||
|
|
|
@ -4,8 +4,7 @@
|
|||
enable = true;
|
||||
|
||||
servers.nixd = {
|
||||
# TODO As of 2024-03-10, nixd is broken (see https://github.com/nix-community/nixd/issues/357)
|
||||
enable = false;
|
||||
enable = true;
|
||||
|
||||
settings = {
|
||||
eval = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue