neovim: Add leap key bindings

This commit is contained in:
Quentin Boyer 2026-05-10 12:03:33 +02:00
parent 14eff7e916
commit 57e1ffe97f

View file

@ -205,6 +205,20 @@
'';
options.expr = true;
}
{
key = "s";
mode = [
"n"
"x"
"o"
];
action = "<Plug>(leap)";
}
{
key = "S";
mode = [ "n" ];
action = "<Plug>(leap-from-window)";
}
];
plugins.gitsigns.enable = true;