Move kak-lsp config to new format

This commit is contained in:
Natsu Kagami 2025-03-21 18:12:19 +01:00
parent 01521609d0
commit b31be39a7a
Signed by: nki
GPG key ID: 55A032EB38B49ADB
5 changed files with 69 additions and 14 deletions

View file

@ -51,7 +51,7 @@
# --- Sources
kakoune.url = "github:mawww/kakoune";
kakoune.flake = false;
kak-lsp.url = "github:kakoune-lsp/kakoune-lsp/v18.1.2";
kak-lsp.url = "github:kakoune-lsp/kakoune-lsp/v18.1.3";
kak-lsp.flake = false;
nixos-m1.url = "github:tpwrules/nixos-apple-silicon";
nixos-m1.inputs.nixpkgs.follows = "nixpkgs";