Replace rnix-lsp with nil

This commit is contained in:
Natsu Kagami 2023-12-10 01:58:58 +01:00
parent 61c02e0a02
commit 4c491f359c
Signed by: nki
GPG key ID: 55A032EB38B49ADB
5 changed files with 3 additions and 79 deletions

View file

@ -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" ];
};