Friday, January 28, 2011

Re: Starting out with VIM and C++

On 01/28/2011 12:18:28 PM, nickatron wrote:
>
> Hello,
>
> I just started an introductory course on C++, and I would like to
> take the
> time to use VIM as an IDE. What do I need to do to get colored syntax
> and
> make it more usable for C++ programming?
>
I think the c.vim syntax file is part of the standard g/vim install.

If you open a c++ source code file, do you not have syntax coloring?
if not, open a cpp file and try

:syntax on

--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

No comments: