AutoYADM commit: 2024-12-18 17:00:05
This commit is contained in:
parent
50ceb16452
commit
7c3939919e
1 changed files with 8 additions and 8 deletions
|
@ -24,14 +24,14 @@ return {
|
||||||
win_options = {
|
win_options = {
|
||||||
winbar = "%!v:lua.get_oil_winbar()",
|
winbar = "%!v:lua.get_oil_winbar()",
|
||||||
},
|
},
|
||||||
columns = {
|
-- columns = {
|
||||||
"icon",
|
-- "icon",
|
||||||
-- "size",
|
-- -- "size",
|
||||||
-- TODO:
|
-- -- TODO:
|
||||||
-- Add a keybind to toggle permissions view?
|
-- -- Add a keybind to toggle permissions view?
|
||||||
-- There's a recipe for this in the docs
|
-- -- There's a recipe for this in the docs
|
||||||
-- "permissions",
|
-- -- "permissions",
|
||||||
},
|
-- },
|
||||||
view_options = {
|
view_options = {
|
||||||
is_hidden_file = require("oil-extras").handle_git,
|
is_hidden_file = require("oil-extras").handle_git,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue