oil: enable show_hidden by default
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user