oil: enable show_hidden by default
This commit is contained in:
@@ -5,9 +5,13 @@ return {
|
||||
opts = {},
|
||||
config = function()
|
||||
require('oil').setup({
|
||||
view_options = {
|
||||
show_hidden = true,
|
||||
},
|
||||
keymaps = {
|
||||
['<C-h>'] = false,
|
||||
}
|
||||
})
|
||||
end
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user