plugins: set neotree width
Co-Authored-by: iGor milhit <igor@milhit.ch>
parent
36a5e806a4
commit
2161fcd901
|
@ -13,6 +13,10 @@ return {
|
||||||
"MunifTanjim/nui.nvim",
|
"MunifTanjim/nui.nvim",
|
||||||
},
|
},
|
||||||
config = function ()
|
config = function ()
|
||||||
require('neo-tree').setup {}
|
require('neo-tree').setup {
|
||||||
|
window = {
|
||||||
|
width = 36
|
||||||
|
}
|
||||||
|
}
|
||||||
end,
|
end,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue