nixvim: re-add edit_alternate.vim

This commit is contained in:
Oliver Davies 2025-07-29 11:27:46 +01:00
parent 01cc01069b
commit a218f5623c
5 changed files with 157 additions and 1 deletions

View file

@ -0,0 +1,9 @@
{
flake.modules.nixvim.custom.keymaps = [
{
action = "<cmd>EditAlternate<CR>";
key = "<leader>ea";
mode = "n";
}
];
}