parent
1810cf9a24
commit
e4b1d5b473
|
@ -13,6 +13,10 @@ return {
|
|||
"MunifTanjim/nui.nvim",
|
||||
},
|
||||
config = function ()
|
||||
require('neo-tree').setup {}
|
||||
require('neo-tree').setup {
|
||||
window = {
|
||||
width = 36
|
||||
}
|
||||
}
|
||||
end,
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue