Auto commit: 2024-11-09 18:50:02
This commit is contained in:
parent
ceac20d449
commit
54b252b86f
2 changed files with 4 additions and 1 deletions
|
@ -29,5 +29,8 @@ return {
|
||||||
-- go_out = "<BS>",
|
-- go_out = "<BS>",
|
||||||
-- reset = "-",
|
-- reset = "-",
|
||||||
},
|
},
|
||||||
|
options = {
|
||||||
|
use_as_default_explorer = true,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue