Explorar el Código

~/.vimrc: elm and go support, nerdtree

Lucas Stadler %!s(int64=10) %!d(string=hace) años
padre
commit
8a863101b9
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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')