mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
parent
313db7e7fe
commit
4f6e90212c
3 changed files with 4 additions and 8 deletions
|
@ -33,8 +33,7 @@
|
||||||
installCargo = true;
|
installCargo = true;
|
||||||
installRustc = true;
|
installRustc = true;
|
||||||
};
|
};
|
||||||
# TODO As of 2024-03-10, nixd is broken (see https://github.com/nix-community/nixd/issues/357)
|
nixd.enable = true;
|
||||||
nixd.enable = false;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -81,8 +80,7 @@
|
||||||
lsp = {
|
lsp = {
|
||||||
enable = true;
|
enable = true;
|
||||||
servers = {
|
servers = {
|
||||||
# TODO As of 2024-03-10, nixd is broken (see https://github.com/nix-community/nixd/issues/357)
|
nixd.enable = true;
|
||||||
nixd.enable = false;
|
|
||||||
rust-analyzer = {
|
rust-analyzer = {
|
||||||
enable = true;
|
enable = true;
|
||||||
installCargo = true;
|
installCargo = true;
|
||||||
|
|
|
@ -125,8 +125,7 @@
|
||||||
marksman.enable = true;
|
marksman.enable = true;
|
||||||
metals.enable = true;
|
metals.enable = true;
|
||||||
nil_ls.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 = true;
|
||||||
nixd.enable = false;
|
|
||||||
nushell.enable = true;
|
nushell.enable = true;
|
||||||
ocamllsp.enable = true;
|
ocamllsp.enable = true;
|
||||||
ols.enable =
|
ols.enable =
|
||||||
|
|
|
@ -4,8 +4,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
servers.nixd = {
|
servers.nixd = {
|
||||||
# TODO As of 2024-03-10, nixd is broken (see https://github.com/nix-community/nixd/issues/357)
|
enable = true;
|
||||||
enable = false;
|
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
eval = {
|
eval = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue