Skip to content

Instantly share code, notes, and snippets.

@grahamrhay
Last active December 25, 2015 19:19
Show Gist options
  • Save grahamrhay/7027300 to your computer and use it in GitHub Desktop.
Save grahamrhay/7027300 to your computer and use it in GitHub Desktop.
.vimrc
execute pathogen#infect()
syntax on
filetype plugin indent on
set expandtab
set tabstop=4
set shiftwidth=4
set ruler
set number
set ignorecase
set smartcase
set list
let g:ctrlp_custom_ignore = {
\ 'dir': '\v[\/](\.git|node_modules|deps|ebin|_rel)$',
\ 'file': '\v\.(beam)$',
\ }
let g:ctrlp_working_path_mode = 0
set hidden
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment