I would like to make vim my C++ editor. I have very little experience working with it and need help in configuring vim to work with C++. I need such features as
NERDTree http://www.vim.org/scripts/script.php?script_id=1658
Exuberant ctags (vim already supports the hotkeys natively) http://ctags.sourceforge.net/
taglist: http://vim-taglist.sourceforge.net/
snipmate: http://www.vim.org/scripts/script.php?script_id=2540
I don't do omnicompletion just the usual ^n ^p stuff but there are plenty of resources to google for.