migrate to oil.nvim
This commit is contained in:
parent
eae19b0c19
commit
33110b0465
4 changed files with 17 additions and 27 deletions
16
config/plugins/utils/oil.nix
Normal file
16
config/plugins/utils/oil.nix
Normal file
|
@ -0,0 +1,16 @@
|
|||
{ ... }: {
|
||||
plugins.oil = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
keymaps = [
|
||||
{
|
||||
mode = "n";
|
||||
key = "-";
|
||||
action = "<cmd>Oil<cr>";
|
||||
options = {
|
||||
desc = "Open parent directory";
|
||||
};
|
||||
}
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue