Replace rnix-lsp with nil
This commit is contained in:
parent
61c02e0a02
commit
4c491f359c
5 changed files with 3 additions and 79 deletions
|
@ -106,7 +106,7 @@ let
|
|||
roots = [ "*.nimble" ".git" ];
|
||||
};
|
||||
nix = {
|
||||
command = "rnix-lsp";
|
||||
command = "${pkgs.nil}/bin/nil";
|
||||
filetypes = [ "nix" ];
|
||||
roots = [ "flake.nix" "shell.nix" ".git" ];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue