Compare commits

..

2 commits

Author SHA1 Message Date
57331c8dd0
Update kakoune 2025-04-02 16:52:03 +02:00
0fbc027c0e
Update zen 2025-04-02 00:01:53 +02:00
2 changed files with 10 additions and 10 deletions

18
flake.lock generated
View file

@ -641,11 +641,11 @@
"kakoune": {
"flake": false,
"locked": {
"lastModified": 1719405481,
"narHash": "sha256-IkPZSkEJQixpylRGqLO330oZ50CS0Aq0JqMvU5B+Abo=",
"lastModified": 1743226963,
"narHash": "sha256-JIqhzigex0YR+ll6OpgP176EFu4F49G/ZDp5ek3Y/hQ=",
"owner": "mawww",
"repo": "kakoune",
"rev": "80fcfebca8c62ace6cf2af9487784486af07d2d5",
"rev": "c7d688f578c7b58989fc04e7bb1e9b5a939a5730",
"type": "github"
},
"original": {
@ -990,11 +990,11 @@
},
"nixpkgs_12": {
"locked": {
"lastModified": 1742422364,
"narHash": "sha256-mNqIplmEohk5jRkqYqG19GA8MbQ/D4gQSK0Mu4LvfRQ=",
"lastModified": 1742889210,
"narHash": "sha256-hw63HnwnqU3ZQfsMclLhMvOezpM7RSB0dMAtD5/sOiw=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "a84ebe20c6bc2ecbcfb000a50776219f48d134cc",
"rev": "698214a32beb4f4c8e3942372c694f40848b360d",
"type": "github"
},
"original": {
@ -1546,11 +1546,11 @@
"nixpkgs": "nixpkgs_12"
},
"locked": {
"lastModified": 1742616341,
"narHash": "sha256-4/jpVPcN5VKomVhC/4KG0wU1KPxoDi1zVmu+GuuP6PU=",
"lastModified": 1743134754,
"narHash": "sha256-NC90oFdXwjABXs7wg0tMi5yxNW/xT1bgezg+0a9+3AI=",
"owner": "youwen5",
"repo": "zen-browser-flake",
"rev": "33f2c77de9b296992436dc9e17c3580c727511a7",
"rev": "ceb2e7122307700e9c310973c793c2c241dc0901",
"type": "github"
},
"original": {

View file

@ -84,7 +84,7 @@ builtins.map kakounePlugin [
# Grep in the current location
define-command peneira-grep %{
peneira 'line: ' "rg -n ." %{
peneira 'line: ' %{ rg -n . . } %{
lua %arg{1} %{
local file, line = arg[1]:match("([^:]+):(%d+):")
kak.edit(file, line)