Use our fork of kak-lsp with showMessageRequest

This commit is contained in:
Natsu Kagami 2023-04-11 13:23:47 +02:00
parent bd54c41c33
commit 530802c0ee
Signed by: nki
GPG key ID: 7306B3D3C3AD6E51
3 changed files with 8 additions and 6 deletions

View file

@ -38,7 +38,7 @@
# --- Sources
kakoune.url = github:mawww/kakoune;
kakoune.flake = false;
kak-lsp.url = github:kak-lsp/kak-lsp;
kak-lsp.url = github:natsukagami/kak-lsp/show-message-request;
kak-lsp.flake = false;
nixos-m1.url = github:tpwrules/nixos-apple-silicon;
nixos-m1.inputs.nixpkgs.follows = "nixpkgs";