AutoYADM commit: 2024-12-18 17:00:05

This commit is contained in:
Daniel Fichtinger 2024-12-18 17:00:05 -05:00
parent 50ceb16452
commit 7c3939919e

View file

@ -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,
}, },