plugins: set neotree width

Co-Authored-by: iGor milhit <igor@milhit.ch>
iGor milhit 2024-01-30 14:51:05 +01:00
parent 36a5e806a4
commit 2161fcd901
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,
}