Skip to content

Instantly share code, notes, and snippets.

View lmeadows's full-sized avatar

Lucas Meadows lmeadows

  • Colorado
View GitHub Profile
@lmeadows
lmeadows / .vimrc
Created February 12, 2017 22:59
my vimrc
set expandtab
set tabstop=4
set shiftwidth=4
set smarttab
set autoindent
set ruler
syntax on
autocmd BufNewFile,BufRead Gemfile,*.pp set filetype=ruby
autocmd BufNewFile,BufRead *.erb set filetype=eruby.html