neovim: Add leap remote key bindings
Some checks failed
Build / check (push) Failing after 13s
Build / load_packages (push) Failing after 13s
Build / build (push) Has been skipped
Build / build-status (push) Failing after 4s

This commit is contained in:
Quentin Boyer 2026-05-10 12:14:26 +02:00
parent 7b16c01004
commit 2416a5c00b

View file

@ -219,6 +219,22 @@
mode = [ "n" ];
action = "<Plug>(leap-from-window)";
}
{
key = "gs";
mode = [
"n"
"o"
];
action = "<Plug>(leap-remote)";
}
{
key = "gS";
mode = [
"n"
"o"
];
action = "<Plug>(leap-remote-linewise)";
}
];
plugins.gitsigns.enable = true;