This commit is contained in:
Tao Tien 2025-12-03 18:42:21 -08:00
parent f789d8daec
commit cbc9ee5b18
4 changed files with 3 additions and 3 deletions

View file

@ -192,7 +192,7 @@
# command = "alejandra";
# args = ["--experimental-config" "%{workspace_directory}/alejandra.toml"];
command = "nu";
args = ["--stdin" "-c" "alejandra --quiet --experimental-config '%{workspace_directory}/alejandra.toml' | keep-sorted -"];
args = ["--stdin" "-c" "alejandra --quiet --experimental-config '/home/tao/templates/alejandra.toml' | keep-sorted -"];
};
language-servers = ["nil"];
}