Would there be any way to stack nvim-tree with another plugin in the same sidebar column? #2173
Unanswered
mrjones2014
asked this question in
Q&A
Replies: 1 comment 10 replies
-
aerial and nvim-tree at the left would work quite nicely. I might use that. RE buffer list you can use This might be possible without any nvim-tree or aerial changes. Experimenting. |
Beta Was this translation helpful? Give feedback.
10 replies
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.
-
I've been using nvim-ide for several months now, the main reason being that I like the ability to have multiple components stacked in the same column/sidebar. However pretty much the only components I actually use from it are the bufferlist and file tree, and sometimes symbols outline (see screenshot, this is how I usually have it when I toggle it open).
Would there be any way to do something like this with
nvim-tree
? I could use aerial.nvim for the symbols outline and it'd be trivial enough to write my own bufferlist component.Beta Was this translation helpful? Give feedback.
All reactions