Skip to content

Instantly share code, notes, and snippets.

@dramsay
Created July 22, 2008 12:37
Show Gist options
  • Save dramsay/898 to your computer and use it in GitHub Desktop.
Save dramsay/898 to your computer and use it in GitHub Desktop.
:set nocompatible
:set autoindent
:set sw=2
set encoding=utf8
set fileencoding=utf8
set filetype=on
au BufRead,BufNewFile *.htm, *.html, *.rhtm, *.rhtml, *.erb so /Users/dramsay/.vim/syntax/html.vim
au BufNewFile,BufRead *.yaml,*.yml so ~/.vim/syntax/yaml.vim
:syntax on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment