vim config [Archive] - C Board

PDA

View Full Version : vim config


PutoAmo
03-04-2002, 02:32 PM
Hello.

I have just installed suse linux. Vim editor is configured by default not to recognize c coding. I just wonder if someone could point me to some web where I could download the whole .vimrc file (vim config file) so I can just start coding c.

I dont feel like spending the whole week learning about .vimrc :(

Thanks in advance.

doodah
03-06-2002, 09:59 AM
the syntax highlighting is already in vim.. to enable it do this from vim...
:syntax on

this will give you a little more info on it..
:h syntax