Refactor
This commit is contained in:
parent
9b54b177af
commit
77bce04e39
27 changed files with 2 additions and 2 deletions
|
@ -1,20 +0,0 @@
|
|||
{ config, lib, ... }:
|
||||
|
||||
{
|
||||
plugins.oil = {
|
||||
enable = true;
|
||||
|
||||
settings = {
|
||||
delete_to_trash = true;
|
||||
|
||||
keymaps."-" = "actions.parent";
|
||||
|
||||
skip_confirm_for_simple_edits = true;
|
||||
view_options.show_hidden = true;
|
||||
};
|
||||
};
|
||||
|
||||
keymaps = lib.mkIf config.plugins.oil.enable [
|
||||
{ action = "<cmd>Oil<CR>"; key = "-"; }
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue