Skip to content

Instantly share code, notes, and snippets.

@ricardoparro
Created January 28, 2016 14:32
Show Gist options
  • Save ricardoparro/6c67dea880627eb5df77 to your computer and use it in GitHub Desktop.
Save ricardoparro/6c67dea880627eb5df77 to your computer and use it in GitHub Desktop.
execute pathogen#infect()
"default indent settings
set shiftwidth=4
set softtabstop=4
set expandtab
set autoindent
set runtimepath^=~/.vim/bundle/ctrlp.vim
set number
syntax on
filetype indent on
set noerrorbells visualbell t_vb=
if has('autocmd')
autocmd GUIEnter * set visualbell t_vb=
endif
autocmd VimEnter * NERDTree
autocmd VimEnter * wincmd p
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment