Hacker News new | ask | show | jobs
Ask HN: How do you manage your projects in vim?
2 points by bones97 3299 days ago
1 comments

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.