nixd second try

This commit is contained in:
Julien Malka 2023-09-19 14:37:53 +02:00
parent 4fc593a88b
commit 51af33ab7e
Signed by: Luj
GPG key ID: 6FC74C847011FD83

View file

@ -66,17 +66,6 @@ with lib;
nix = {
command = "nixd";
filetypes = [ "nix" ];
rootPatterns = [ "flake.nix" ];
settings = {
nixd = {
formatting = {
command = "nixpkgs-fmt";
};
options = {
enable = true;
};
};
};
};
ccls = {