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

@ -1,22 +0,0 @@
{...}: {
plugins.neo-tree = {
enable = true;
eventHandlers = {
neo_tree_window_after_open = ''
function(_)
vim.cmd("wincmd =")
end
'';
};
closeIfLastWindow = true;
};
keymaps = [
{
mode = "n";
key = "<leader>e";
action = "<cmd>Neotree<cr>";
options.desc = "focus_neotree";
}
];
}