nvim-config/lua/plugin-config/neotree.lua
2023-06-26 11:13:43 +08:00

7 lines
116 B
Lua

require("neo-tree").setup({
window = {
width = "25%", -- Width of the Neo-tree window
},
update_cwd = true,
})