Skip to content

Commit

Permalink
use the nix language server
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed May 17, 2023
1 parent 2be3ee3 commit ee12da1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dotfiles/helix/default.nix
Expand Up @@ -54,6 +54,10 @@
};
file-types = [ "TARGETS" "PACKAGE" "BUCK" "bzl" "bxl" ];
}
{
name = "nix";
language-server.command = "${pkgs.nil}/bin/nil";
}
];

settings = {
Expand Down

0 comments on commit ee12da1

Please sign in to comment.