Browse Source

~/.vimrc: elm and go support, nerdtree

Lucas Stadler 10 years ago
parent
commit
8a863101b9
1 changed files with 3 additions and 0 deletions
  1. 3 0
      .vimrc

+ 3 - 0
.vimrc

@ -34,6 +34,9 @@ if isdirectory($HOME . '/.vim/bundle/vundle')
34 34
	let g:goyo_callbacks = [function('s:goyo_before'), function('s:goyo_after')]
35 35
36 36
	Bundle 'flazz/vim-colorschemes'
37
	Bundle 'lambdatoast/elm.vim'
38
	Bundle 'fatih/vim-go'
39
	Bundle 'scrooloose/nerdtree'
37 40
endif
38 41
39 42
if isdirectory($HOME . '/t/rust/src/etc/vim')