Update kak-lsp to v18.1.1

This commit is contained in:
Natsu Kagami 2025-01-17 12:07:27 +01:00
parent 1fdf539d0a
commit 331e17df53
Signed by: nki
GPG key ID: 55A032EB38B49ADB
2 changed files with 5 additions and 4 deletions

View file

@ -740,15 +740,16 @@
"kak-lsp": {
"flake": false,
"locked": {
"lastModified": 1723206901,
"narHash": "sha256-wPCu/VxAMIB+zI0+eDq7lJ/rHJZfe0whYzdoiwrixCc=",
"lastModified": 1734533380,
"narHash": "sha256-7ULohcCpIKOb7CtsF2dIkiRt94uBIrGD5pQ2AEfrNrY=",
"owner": "kakoune-lsp",
"repo": "kakoune-lsp",
"rev": "ebd370f43cb6e7af634e5f8cadb99cc8c16e1efe",
"rev": "dc348f04038f7286d606e99719509d6dbd2469da",
"type": "github"
},
"original": {
"owner": "kakoune-lsp",
"ref": "v18.1.1",
"repo": "kakoune-lsp",
"type": "github"
}

View file

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