rakr / vim-one

Adaptation of one-light and one-dark colorschemes for Vim
MIT License
1.98k stars 196 forks source link

How can I get a side folder view like the new logo? #90

Closed megancooper closed 5 years ago

megancooper commented 5 years ago
screen shot 2019-01-29 at 11 50 56 am

I really like this setup, and have been googling like crazy to figure out how to get this side folder view. Is this another plugin? If not, what can I do to get this folder/directory view on the left, and to get the cool git integration that is on the bottom.

RSO commented 5 years ago

You can find the folder view plugin here: https://github.com/scrooloose/nerdtree, the git bar on the bottom is https://github.com/vim-airline/vim-airline

You might also be interested in scrolling through https://vimawesome.com/ for some more often-used plugins.

megancooper commented 5 years ago

Thank you!