fix nil_ls

This commit is contained in:
cy 2025-01-16 23:28:56 -05:00
parent 91f1a9b552
commit 2aa7fa8a47

View file

@ -147,7 +147,13 @@
servers = {
bashls.enable = true;
lua_ls.enable = true;
nixd.enable = true;
nil_ls = {
enable = true;
settings = {
formatting.command = [ "nix" "fmt" ];
nix.flake.autoArchive = true;
};
};
rust_analyzer = {
enable = true;
installRustc = true;