migrate to oil.nvim

This commit is contained in:
♥ Minnie ♥ 2025-05-15 17:56:05 +08:00
parent eae19b0c19
commit 33110b0465
Signed by: jasmine
GPG key ID: 8563E358D4E8040E
4 changed files with 17 additions and 27 deletions

View file

@ -0,0 +1,16 @@
{ ... }: {
plugins.oil = {
enable = true;
};
keymaps = [
{
mode = "n";
key = "-";
action = "<cmd>Oil<cr>";
options = {
desc = "Open parent directory";
};
}
];
}