nvim-config/lua/plugin-config/neotree.lua
2023-06-12 10:47:26 +08:00

6 lines
96 B
Lua

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