use the nix language server

main
Brian Hicks 2023-05-17 16:05:16 -05:00
parent 2be3ee35d5
commit ee12da18a0
Signed by: brian
GPG Key ID: C4F324B9CAAB0D50
1 changed files with 4 additions and 0 deletions

View File

@ -54,6 +54,10 @@
};
file-types = [ "TARGETS" "PACKAGE" "BUCK" "bzl" "bxl" ];
}
{
name = "nix";
language-server.command = "${pkgs.nil}/bin/nil";
}
];
settings = {