Live data from Hacker News

Ask HN: How do you manage your projects in vim?

news.ycombinator.com

1–2 of 2 posts

Re: Ask HN: How do you manage your projects in vim?

#2
Using various plugins: nerdtree for filebrowsing, gitgutter for git status notifiers, vim-go for code formatting and linting etc, supertab for tab completion, various syntax definitions, and a custom .vimrc built over years that I use with each of my workstations.