Skip to content

Instantly share code, notes, and snippets.

" Note: Skip initialization for vim-tiny or vim-small.
if 0 | endif
if has('vim_starting')
if &compatible
set nocompatible " Be iMproved
endif
" Required:
set runtimepath+=~/.vim/bundle/neobundle.vim/
web: bundle exec puma -C ./config/puma.rb