Thread: vim config

  1. #1
    Registered User PutoAmo's Avatar
    Join Date
    Mar 2002
    Posts
    72

    Question vim config

    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.

  2. #2
    Registered User
    Join Date
    Dec 2001
    Posts
    2
    the syntax highlighting is already in vim.. to enable it do this from vim...
    Code:
    :syntax on
    this will give you a little more info on it..
    Code:
    :h syntax

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. VIM: The (un)official thread
    By MK27 in forum Programming Book and Product Reviews
    Replies: 32
    Last Post: 04-20-2011, 06:43 PM
  2. quick vim use question
    By MK27 in forum C Programming
    Replies: 4
    Last Post: 02-20-2009, 11:59 PM
  3. vim question - linux
    By Stonehambey in forum Tech Board
    Replies: 9
    Last Post: 10-18-2008, 04:05 AM
  4. vim smart-indenting for filetypes other than C
    By s_siouris in forum Tech Board
    Replies: 10
    Last Post: 11-25-2004, 11:05 AM
  5. knoppix config file
    By sentienttoaster in forum A Brief History of Cprogramming.com
    Replies: 1
    Last Post: 01-17-2004, 09:23 PM