nixd second try

This commit is contained in:
Luj 2023-09-19 14:37:53 +02:00
parent ddcf40784e
commit d793f96de5

View file

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