Created
July 31, 2014 06:46
-
-
Save evidanary/47f55a5b7bcc559896f7 to your computer and use it in GitHub Desktop.
NerdTree and vim-rails .vimrc file for osx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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