9 lines
138 B
Lua
9 lines
138 B
Lua
require("neo-tree").setup({
|
|
window = {
|
|
width = "25%", -- Width of the Neo-tree window
|
|
},
|
|
filesystem = {
|
|
bind_to_cwd = true,
|
|
},
|
|
})
|