Also add scls to nix

This commit is contained in:
Lillian Violet 2024-05-01 23:33:03 +02:00
parent f909759031
commit aa7e9ac29c

View file

@ -68,7 +68,7 @@
auto-format = true;
file-types = ["nix"];
roots = ["flake.lock" "flake.nix"];
language-servers = ["nil"];
language-servers = ["nil" "scls"];
formatter = {
command = "alejandra";
args = ["-q"];