diff --git a/update-home.sh b/update-home.sh index 3054ffc..c2a12bd 100755 --- a/update-home.sh +++ b/update-home.sh @@ -166,3 +166,7 @@ git clone https://github.com/edkolev/promptline.vim ~/.vim/bundle/promptline # Install Alt mappings rm -rf ~/.vim/bundle/vim-alt-mappings git clone https://github.com/vim-utils/vim-alt-mappings.git ~/.vim/bundle/vim-alt-mappings + +# Install typescript for vim +rm -rf ~/.vim/bundle/typescript-vim +git clone https://github.com/leafgarland/typescript-vim.git ~/.vim/bundle/typescript-vim