Skip to content

Instantly share code, notes, and snippets.

@lynxluna
Created February 18, 2012 00:36
Show Gist options
  • Save lynxluna/1856542 to your computer and use it in GitHub Desktop.
Save lynxluna/1856542 to your computer and use it in GitHub Desktop.
My VimRC
syn on
set cindent
set smartindent
set autoindent
set expandtab
set tabstop=4
set shiftwidth=4
set cinkeys=0{,0},:,0#,!^F
call pathogen#infect()
filetype plugin indent on
au BufNewFile,BufRead *.frag,*.vert,*.fp,*.vp,*.glsl,*.vsh,*.fsh setf glsl
set nu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment