Replies: 1 comment 1 reply
-
That functionality does not exist. It could be added. PRs are always welcome ;) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
when
vim.o.splitright = false
Nvim-tree will open on the right side, which is expected global behavior.But, i would like to keep
splitright=false
and to open nvim-tree on the left side no matter what.How could i achieve that?
Basically i would like to replicate
NERDTreeWinPos = "left"
.Beta Was this translation helpful? Give feedback.
All reactions