Created
December 29, 2014 13:23
-
-
Save kfrank/874fced922d9537521fd to your computer and use it in GitHub Desktop.
vimrc
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() | |
syntax on | |
filetype plugin indent on | |
set number tabstop=4 softtabstop=0 expandtab shiftwidth=2 smarttab mousemodel=extend | |
command W w | |
autocmd vimenter * NERDTree | wincmd p | |
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