Skip to content

Instantly share code, notes, and snippets.

@evidanary
Created July 31, 2014 06:46
Show Gist options
  • Save evidanary/47f55a5b7bcc559896f7 to your computer and use it in GitHub Desktop.
Save evidanary/47f55a5b7bcc559896f7 to your computer and use it in GitHub Desktop.
NerdTree and vim-rails .vimrc file for osx
execute pathogen#infect()
call pathogen#helptags()
filetype off
syntax on
filetype plugin indent on
map <C-n> :NERDTreeToggle<CR>
autocmd bufenter * if (winnr("$") == 1 && exists("b:NERDTreeType") && b:NERDTreeType == "primary") | q | endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment