~ amartini51 /.vim/cpp.vim

" these are useful when I'm doing a lot of C++ editing, but a pain in
" the butt otherwise.

set cindent
set textwidth=0
set nowrap

set foldtext=""            " Don't show fold's first line
set foldmethod=indent
set foldenable

"otherwise I get black on black at a terminal, which is hard to read...
hi Folded term=bold ctermfg=6 cterm=NONE