Use kak-lsp fork that doesn't kill nil

This commit is contained in:
Natsu Kagami 2023-12-26 19:53:26 +01:00
parent d4b9c4edfc
commit 6109922b19
Signed by: nki
GPG key ID: 55A032EB38B49ADB
2 changed files with 6 additions and 3 deletions

View file

@ -109,6 +109,9 @@ let
command = "${pkgs.nil}/bin/nil";
filetypes = [ "nix" ];
roots = [ "flake.nix" "shell.nix" ".git" ];
settings.nil = {
formatting.command = [ "${getExe pkgs.nixpkgs-fmt}" ];
};
};
ocaml = {
args = [ ];