Skip to content

Instantly share code, notes, and snippets.

@jansanchez
Last active December 20, 2015 20:19
Show Gist options
  • Save jansanchez/6189791 to your computer and use it in GitHub Desktop.
Save jansanchez/6189791 to your computer and use it in GitHub Desktop.
.vimrc.local
colorscheme railscasts
:au FocusLost * :set number
:au FocusGained * :set relativenumber
autocmd InsertEnter * :set number
autocmd InsertLeave * :set relativenumber
autocmd VimEnter * NERDTree
autocmd VimEnter * wincmd p
:let NERDTreeShowHidden = 1
:let NERDTreeWinPos = "left"
:let NERDTreeWinSize = 35
:let NERDTreeQuitOnOpen = 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment