oil: enable show_hidden by default

This commit is contained in:
2024-07-25 13:03:33 +03:00
parent 6a8be9a1e3
commit d91c167d6e

View File

@@ -5,9 +5,13 @@ return {
opts = {}, opts = {},
config = function() config = function()
require('oil').setup({ require('oil').setup({
view_options = {
show_hidden = true,
},
keymaps = { keymaps = {
['<C-h>'] = false, ['<C-h>'] = false,
} }
}) })
end end
} }