Browse Source

~/.vimrc: elm and go support, nerdtree

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

+ 3 - 0
.vimrc

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