mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-28 11:30:06 +02:00
plugins/oil.nvim: Update add a few missing options (#1152)
This commit is contained in:
parent
63558cff59
commit
8b013707cc
2 changed files with 19 additions and 0 deletions
|
@ -68,6 +68,8 @@
|
|||
deleteToTrash = false;
|
||||
trashCommand = "trash-put";
|
||||
promptSaveOnSelectNewEntry = true;
|
||||
lspRenameAutosave = true;
|
||||
cleanupDelayMs = 500;
|
||||
keymaps = {
|
||||
"g?" = "actions.show_help";
|
||||
"<CR>" = "actions.select";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue