Skip to content

Instantly share code, notes, and snippets.

@levent
Created September 27, 2010 08:40
Show Gist options
  • Select an option

  • Save levent/598768 to your computer and use it in GitHub Desktop.

Select an option

Save levent/598768 to your computer and use it in GitHub Desktop.
set nocompatible
syntax on
filetype plugin indent on
set number
set softtabstop=2
set tabstop=2
set shiftwidth=2
set expandtab
au BufNewFile,BufRead *.less set filetype=css
colorscheme vividchalk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment