Keep neo-tree open after last window

This commit is contained in:
Mohammad Moosazadeh 2024-06-01 22:55:30 -04:00
parent 5c8a0ae3bf
commit a9b0532e78
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ return {
}, },
}, },
}, },
close_if_last_window = true, close_if_last_window = false,
window = { window = {
position = 'right', position = 'right',
}, },