show hidden files in oil

This commit is contained in:
Oliver Hartmann 2024-11-15 07:53:59 +00:00
parent 1783d82fe2
commit 3836f866d6

View File

@ -4,7 +4,10 @@ return {
delete_to_trash = true,
default_file_explorer = true,
skip_confirm_for_simple_edits = true,
view_options = {
-- Show files and directories that start with "."
show_hidden = true,
},
keymaps = {
['g?'] = 'actions.show_help',
['<CR>'] = 'actions.select',