diff --git a/lua/plugins/oil.lua b/lua/plugins/oil.lua index 51ea973..e411833 100644 --- a/lua/plugins/oil.lua +++ b/lua/plugins/oil.lua @@ -1,6 +1,10 @@ return { 'stevearc/oil.nvim', opts = { + delete_to_trash = true, + default_file_explorer = true, + skip_confirm_for_simple_edits = true, + show_hidden = true, keymaps = { ['g?'] = 'actions.show_help', [''] = 'actions.select',