Revert back to using latest kakoune-lsp
We don't need metal-support patches anymore
This commit is contained in:
parent
c9a33982de
commit
6ae7ccf045
15
flake.lock
15
flake.lock
|
@ -817,17 +817,16 @@
|
|||
"kak-lsp": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
"lastModified": 1712331733,
|
||||
"narHash": "sha256-sfyAjIHQKo82QQgX4iXsduqIZ7fkHr3J3NxJYtFGzqI=",
|
||||
"owner": "natsukagami",
|
||||
"repo": "kak-lsp",
|
||||
"rev": "c857b561b7a4d9e3acda5b8acc95f6d5829b614c",
|
||||
"lastModified": 1715590100,
|
||||
"narHash": "sha256-3XG95QGV7/GPc22sNZs98eIbZeY9lVP/GSuC/W2HHps=",
|
||||
"owner": "kakoune-lsp",
|
||||
"repo": "kakoune-lsp",
|
||||
"rev": "22aab43e04e62ef991ebc26f4159f1dd5271dac1",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "natsukagami",
|
||||
"ref": "metals-support",
|
||||
"repo": "kak-lsp",
|
||||
"owner": "kakoune-lsp",
|
||||
"repo": "kakoune-lsp",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
|
|
|
@ -48,7 +48,7 @@
|
|||
# --- Sources
|
||||
kakoune.url = github:mawww/kakoune;
|
||||
kakoune.flake = false;
|
||||
kak-lsp.url = github:natsukagami/kak-lsp/metals-support;
|
||||
kak-lsp.url = github:kakoune-lsp/kakoune-lsp;
|
||||
kak-lsp.flake = false;
|
||||
nixos-m1.url = github:tpwrules/nixos-apple-silicon;
|
||||
nixos-m1.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
|
Loading…
Reference in a new issue