make neo tree float
This commit is contained in:
parent
d101ae2f7c
commit
c0269054c9
|
|
@ -14,6 +14,9 @@ return {
|
|||
{ '\\', ':Neotree reveal<CR>', desc = 'NeoTree reveal', silent = true },
|
||||
},
|
||||
opts = {
|
||||
window = {
|
||||
position = 'float', -- ← default pane on the right
|
||||
},
|
||||
filesystem = {
|
||||
window = {
|
||||
mappings = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue