Auto commit: 2024-11-09 18:50:02

This commit is contained in:
Daniel Fichtinger 2024-11-09 18:50:02 -05:00
parent ceac20d449
commit 54b252b86f
2 changed files with 4 additions and 1 deletions

View file

@ -29,5 +29,8 @@ return {
-- go_out = "<BS>", -- go_out = "<BS>",
-- reset = "-", -- reset = "-",
}, },
options = {
use_as_default_explorer = true,
},
}, },
} }

View file

@ -3,7 +3,7 @@ return {
---@module 'oil' ---@module 'oil'
---@type oil.SetupOpts ---@type oil.SetupOpts
opts = { opts = {
default_file_explorer = true, default_file_explorer = false,
delete_to_trash = true, delete_to_trash = true,
columns = { columns = {
"icon", "icon",