Use kakoune with latex patch
This commit is contained in:
parent
954e0cbc47
commit
f51c1237b9
11
flake.lock
11
flake.lock
|
@ -180,16 +180,17 @@
|
||||||
"kakoune": {
|
"kakoune": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1663438574,
|
"lastModified": 1663786505,
|
||||||
"narHash": "sha256-26ihOsI/RGdmACrVLB/7XM/GvfKSA2iaqKSJeEZEsC8=",
|
"narHash": "sha256-0dXNx40v5DuKi1elqtgGdytaWqS569n5GQZAU3QXIro=",
|
||||||
"owner": "mawww",
|
"owner": "natsukagami",
|
||||||
"repo": "kakoune",
|
"repo": "kakoune",
|
||||||
"rev": "24d6072353f7c7e7cac84b4eb085036a8c852f96",
|
"rev": "79acbed4d5ccf4e8e43ba5b99b0a5c954bdc5cf7",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "mawww",
|
"owner": "natsukagami",
|
||||||
"repo": "kakoune",
|
"repo": "kakoune",
|
||||||
|
"rev": "79acbed4d5ccf4e8e43ba5b99b0a5c954bdc5cf7",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
nix-gaming.url = github:fufexan/nix-gaming;
|
nix-gaming.url = github:fufexan/nix-gaming;
|
||||||
|
|
||||||
# --- Sources
|
# --- Sources
|
||||||
kakoune.url = github:mawww/kakoune;
|
kakoune.url = github:natsukagami/kakoune/79acbed4d5ccf4e8e43ba5b99b0a5c954bdc5cf7;
|
||||||
kakoune.flake = false;
|
kakoune.flake = false;
|
||||||
kak-lsp.url = github:kak-lsp/kak-lsp;
|
kak-lsp.url = github:kak-lsp/kak-lsp;
|
||||||
kak-lsp.flake = false;
|
kak-lsp.flake = false;
|
||||||
|
|
Loading…
Reference in a new issue