6 lines
96 B
Lua
6 lines
96 B
Lua
require("neo-tree").setup({
|
|
window = {
|
|
width = "30%", -- Width of the Neo-tree window
|
|
},
|
|
})
|