change neotree autodir

This commit is contained in:
gameloader
2023-06-26 11:13:43 +08:00
parent 7eaeb55cd5
commit 6a21a3825b
4 changed files with 7 additions and 4 deletions

View File

@ -1,5 +1,6 @@
require("neo-tree").setup({
window = {
width = "30%", -- Width of the Neo-tree window
width = "25%", -- Width of the Neo-tree window
},
update_cwd = true,
})