feat(nvim): add oil keymap

This commit is contained in:
Moritz Böhme 2025-07-31 16:19:36 +02:00
parent eb1500e11a
commit fff647a2ce
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9

View file

@ -4,5 +4,13 @@
performance.combinePlugins.standalonePlugins = [
"oil.nvim"
];
keymaps = [
{
key = "<leader>e";
action = "<cmd>Oil<cr>";
options.desc = "Explore files";
mode = ["n"];
}
];
};
}