Update kakoune
This commit is contained in:
parent
0fbc027c0e
commit
57331c8dd0
2 changed files with 4 additions and 4 deletions
6
flake.lock
generated
6
flake.lock
generated
|
@ -641,11 +641,11 @@
|
||||||
"kakoune": {
|
"kakoune": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1719405481,
|
"lastModified": 1743226963,
|
||||||
"narHash": "sha256-IkPZSkEJQixpylRGqLO330oZ50CS0Aq0JqMvU5B+Abo=",
|
"narHash": "sha256-JIqhzigex0YR+ll6OpgP176EFu4F49G/ZDp5ek3Y/hQ=",
|
||||||
"owner": "mawww",
|
"owner": "mawww",
|
||||||
"repo": "kakoune",
|
"repo": "kakoune",
|
||||||
"rev": "80fcfebca8c62ace6cf2af9487784486af07d2d5",
|
"rev": "c7d688f578c7b58989fc04e7bb1e9b5a939a5730",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -84,7 +84,7 @@ builtins.map kakounePlugin [
|
||||||
|
|
||||||
# Grep in the current location
|
# Grep in the current location
|
||||||
define-command peneira-grep %{
|
define-command peneira-grep %{
|
||||||
peneira 'line: ' "rg -n ." %{
|
peneira 'line: ' %{ rg -n . . } %{
|
||||||
lua %arg{1} %{
|
lua %arg{1} %{
|
||||||
local file, line = arg[1]:match("([^:]+):(%d+):")
|
local file, line = arg[1]:match("([^:]+):(%d+):")
|
||||||
kak.edit(file, line)
|
kak.edit(file, line)
|
||||||
|
|
Loading…
Add table
Reference in a new issue