Added vim support for TypeScript.

This commit is contained in:
Jonathan Bernard 2016-04-09 21:24:10 -05:00
parent 962f2975d7
commit d224a75edb

View File

@ -15,6 +15,7 @@ mkdir -p ~/.vim/autoload ~/.vim/bundle && \
curl -LSso ~/.vim/autoload/pathogen.vim https://tpo.pe/pathogen.vim curl -LSso ~/.vim/autoload/pathogen.vim https://tpo.pe/pathogen.vim
cd ~/.vim/bundle cd ~/.vim/bundle
git clone https://github.com/ctrlpvim/ctrlp.vim git clone https://github.com/ctrlpvim/ctrlp.vim
git clone https://github.com/leafgarland/typescript-vim.git
ln -s /usr/share/lilypond/2.18.2/vim lilypond.vim ln -s /usr/share/lilypond/2.18.2/vim lilypond.vim
# Setup ST # Setup ST