Change neo-tree position to right

This commit is contained in:
Mohammad Moosazadeh 2024-06-01 22:46:54 -04:00
parent c7101f7eff
commit 6658ef64e5
1 changed files with 4 additions and 0 deletions

View File

@ -21,5 +21,9 @@ return {
}, },
}, },
}, },
close_if_last_window = true,
window = {
position = 'right',
},
}, },
} }