Fork me on GitHub

MoYummy's Blog

Install vim Typescript plugin

  • 28 Dec 2016 100 views Comment(100) Like Report
    • Download vim-plug
    curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
        https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
    
    • Download typescript-vim plugin
    git clone https://github.com/leafgarland/typescript-vim.git ~/.vim/bundle/typescript-vim
    
    • Add config of typescript-vim in ~/.vimrc
    call plug#begin('~/.vim/plugged')
    Plug 'leafgarland/typescript-vim'
    call plug#end()
    
    • Open vim and enter :PlugInstall
  • 2017 Mo Yummy
    Powered by Jekyll and Bootstrap
    Creative Commons License
    This work is licensed under a Creative Commons Attribution 4.0 International License.