parent
09ca105117
commit
a942b8c562
|
|
@ -4,6 +4,11 @@ return {
|
||||||
config = function()
|
config = function()
|
||||||
require('mini.icons').setup()
|
require('mini.icons').setup()
|
||||||
require('oil').setup {
|
require('oil').setup {
|
||||||
|
float = {
|
||||||
|
border = 'rounded',
|
||||||
|
title = ' Oil ',
|
||||||
|
title_pos = 'center',
|
||||||
|
},
|
||||||
view_options = {
|
view_options = {
|
||||||
show_hidden = false,
|
show_hidden = false,
|
||||||
is_hidden_file = function(name, bufnr)
|
is_hidden_file = function(name, bufnr)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue