config-astronvim/lua/user/plugins/neotree.lua

10 lines
139 B
Lua
Raw Normal View History

2023-05-11 18:41:27 +02:00
return {
{
"nvim-neo-tree/neo-tree.nvim",
opts = {
close_if_last_window = true,
window = { width = 50 },
}
}
}