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 },
|
{ '\\', ':Neotree reveal<CR>', desc = 'NeoTree reveal', silent = true },
|
||||||
},
|
},
|
||||||
opts = {
|
opts = {
|
||||||
|
window = {
|
||||||
|
position = 'float', -- ← default pane on the right
|
||||||
|
},
|
||||||
filesystem = {
|
filesystem = {
|
||||||
window = {
|
window = {
|
||||||
mappings = {
|
mappings = {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue