Przeglądaj źródła

~/.vimrc: Add tern.js.

It's quite cool, although I've yet to use it. Maybe some spring cleaning
is coming?
Lucas Stadler 13 lat temu
rodzic
commit
33810368dc
1 zmienionych plików z 2 dodań i 0 usunięć
  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