This is what I have:
https://gist.github.com/halayli/ef3dd268986914ed77d5
At the very least, you need vim-session if you work on multiple projects (or branches)
vim-airline is a nice to have
Ag is a must have. it allows you to search files and preview the results directly.
I've also written a small function SwitchHeaderSource to switch between .c/cpp files and their headers. ,s is the shortcut.
This is what I have:
https://gist.github.com/halayli/ef3dd268986914ed77d5
At the very least, you need vim-session if you work on multiple projects (or branches)
vim-airline is a nice to have
Ag is a must have. it allows you to search files and preview the results directly.
I've also written a small function SwitchHeaderSource to switch between .c/cpp files and their headers. ,s is the shortcut.