fixed nixvim

This commit is contained in:
emily 2024-05-14 13:22:13 +02:00
parent 878c3e0b8f
commit ca8cbecec6
Signed by: emily
GPG key ID: F6F4C66207FCF995
2 changed files with 7 additions and 2 deletions

View file

@ -36,6 +36,7 @@
signal-desktop
element-desktop
nixfmt-classic
wl-clipboard
libnotify
slurp

View file

@ -162,12 +162,16 @@
servers = {
bashls.enable = true;
lua-ls.enable = true;
nixd = {
nil_ls = {
enable = true;
settings.formatting.command = [ "nixfmt" "-w" "140" ];
};
nixd = {
enable = false;
settings = {
eval.depth = 5;
eval.workers = 6;
formatting.command = "nixpkgs-fmt";
formatting.command = [ "nixfmt" "-w" "140" ];
options.enable = true;
};
};