Working with Vim and C++

Vim’s got the power to work with C++, oh yes :) Over the years I’ve tweaked my C++ setup with Vim to include a few plugins and a number of settings and functions. If you’re a C++ programmer, these little bits of configuration might just help you out. I’ve broken this up into two major pieces:

2 comments on this post.
  1. dominiko:

    I also develop in C++ with Vim. Some tips:
    - cscope & exuberant ctags are your friends
    - plugins I find most useful (among others): OmniCppComplete, a.vim, taglist.vim
    - put “let g:load_doxygen_syntax=1″ in ~/.vimrc to have doxygen syntax highlighting (see screenshot example at http://dominique.pelle.free.fr/rastafari.vim.png)

  2. Vim « Garudareiga’s Blog:

    [...] Working with Vim and C++ [...]

Leave a comment