From 041d681f7a9e9cf4de8806664ee978b6625e305e Mon Sep 17 00:00:00 2001 From: Oliver Hartmann Date: Fri, 12 Jul 2024 20:48:52 +0200 Subject: [PATCH] some oil options --- lua/plugins/oil.lua | 4 ++++ 1 file changed, 4 insertions(+) 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',