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

@ -719,11 +719,11 @@
"kak-lsp": {
"flake": false,
"locked": {
"lastModified": 1700148409,
"narHash": "sha256-+fNLgWjLrzOWmXnCfv92TDrWdDAYXye7Wf+KPsTv2VQ=",
"lastModified": 1703606616,
"narHash": "sha256-/xXwrZGffUHeUxhliADCd3MVTsvZMwMQ6KIse5VzTAk=",
"owner": "natsukagami",
"repo": "kak-lsp",
"rev": "8dab463fe2caf8cb86b8fead12dc2fb64a613e20",
"rev": "15e7c7df4dde60afe872a8ed1396d9c512fc66ef",
"type": "github"
},
"original": {

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 = [ ];