Skip to content
Justin McNamara edited this page Oct 22, 2017 · 1 revision

Installation

A quick installation reference, using the steps laid out in VimAwesome.

Vundle

  1. Place inside .vimrc

      Plugin 'leafgarland/typescript-vim'
  2. Run the following in vim:

      :source %
      :PluginInstall

VimPlug

  1. Place inside .vimrc

      Plug 'leafgarland/typescript-vim'
  2. Run the following in vim:

      :source %
      :PlugInstall

NeoBundle

  1. Place inside .vimrc

      NeoBundle 'leafgarland/typescript-vim'
  2. Run the following in vim:

      :source %
      :NeoBundleInstall

Pathogen

  1. Run the following in the terminal:

       cd ~/.vim/bundle
       git clone https://github.com/leafgarland/typescript-vim
    
Clone this wiki locally