Also add scls to nix
This commit is contained in:
parent
f909759031
commit
aa7e9ac29c
|
@ -68,7 +68,7 @@
|
||||||
auto-format = true;
|
auto-format = true;
|
||||||
file-types = ["nix"];
|
file-types = ["nix"];
|
||||||
roots = ["flake.lock" "flake.nix"];
|
roots = ["flake.lock" "flake.nix"];
|
||||||
language-servers = ["nil"];
|
language-servers = ["nil" "scls"];
|
||||||
formatter = {
|
formatter = {
|
||||||
command = "alejandra";
|
command = "alejandra";
|
||||||
args = ["-q"];
|
args = ["-q"];
|
||||||
|
|
Loading…
Reference in a new issue