Просмотр исходного кода

~/.vimrc: Add tern.js.

It's quite cool, although I've yet to use it. Maybe some spring cleaning
is coming?
Lucas Stadler лет назад: 12
Родитель
Сommit
33810368dc
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      .vimrc

+ 2 - 0
.vimrc

22
	Bundle 'airblade/vim-gitgutter'
22
	Bundle 'airblade/vim-gitgutter'
23
	highlight SignColumn ctermbg=0
23
	highlight SignColumn ctermbg=0
24
	Bundle 'terryma/vim-multiple-cursors'
24
	Bundle 'terryma/vim-multiple-cursors'
25
26
	Bundle 'marijnh/tern_for_vim'
25
endif
27
endif
26
28
27
" Have syntax highlighting and non-vi features
29
" Have syntax highlighting and non-vi features