mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-16 04:04:34 +02:00
plugins/oil: rename option according to upstream
This commit is contained in:
parent
c8f97fc952
commit
4395556669
1 changed files with 1 additions and 1 deletions
|
@ -392,7 +392,7 @@ in {
|
|||
delete_to_trash = cfg.deleteToTrash;
|
||||
trash_command = cfg.trashCommand;
|
||||
prompt_save_on_select_new_entry = cfg.promptSaveOnSelectNewEntry;
|
||||
lsp_rename_autosave = cfg.lspRenameAutosave;
|
||||
lsp_file_methods.autosave_changes = cfg.lspRenameAutosave;
|
||||
cleanup_delay_ms = cfg.cleanupDelayMs;
|
||||
inherit (cfg) keymaps;
|
||||
use_default_keymaps = cfg.useDefaultKeymaps;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue