Some fixes

This commit is contained in:
Henry Hiles 2025-05-19 14:56:09 -04:00
commit dddde3aea9
No known key found for this signature in database
2 changed files with 1 additions and 6 deletions

View file

@ -100,7 +100,7 @@
"nix.serverPath" = lib.meta.getExe pkgs.nil;
"nix.serverSettings" = {
"nil" = {
"formatting" = {"command" = ["alejandra"];};
"formatting" = {"command" = [lib.getExe pkgs.alejandra];};
};
};
"indentRainbow.ignoreErrorLanguages" = ["*"];