plugins: set neotree width

Co-Authored-by: iGor milhit <igor@milhit.ch>
main
iGor milhit 2024-01-30 14:51:05 +01:00
parent 1810cf9a24
commit e4b1d5b473
Signed by: igor
GPG Key ID: 692D97C3D0228A99
1 changed files with 5 additions and 1 deletions

View File

@ -13,6 +13,10 @@ return {
"MunifTanjim/nui.nvim",
},
config = function ()
require('neo-tree').setup {}
require('neo-tree').setup {
window = {
width = 36
}
}
end,
}