config-astronvim/lua/user/plugins/neotree.lua
2023-05-11 18:41:27 +02:00

10 lines
139 B
Lua

return {
{
"nvim-neo-tree/neo-tree.nvim",
opts = {
close_if_last_window = true,
window = { width = 50 },
}
}
}