plugins/oil.nvim: Update add a few missing options (#1152)

This commit is contained in:
Haseeb Majid 2024-02-27 12:50:45 +00:00 committed by GitHub
parent 63558cff59
commit 8b013707cc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 19 additions and 0 deletions

View file

@ -68,6 +68,8 @@
deleteToTrash = false;
trashCommand = "trash-put";
promptSaveOnSelectNewEntry = true;
lspRenameAutosave = true;
cleanupDelayMs = 500;
keymaps = {
"g?" = "actions.show_help";
"<CR>" = "actions.select";