Re add open new instance

This commit is contained in:
Henry Hiles 2025-05-21 10:46:28 -04:00
commit 471dfd605e
No known key found for this signature in database
4 changed files with 44 additions and 64 deletions

View file

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