-
Notifications
You must be signed in to change notification settings - Fork 144
Installation
Justin McNamara edited this page Oct 22, 2017
·
1 revision
A quick installation reference, using the steps laid out in VimAwesome.
-
Place inside
.vimrc
Plugin 'leafgarland/typescript-vim'
-
Run the following in vim:
:source % :PluginInstall
-
Place inside
.vimrc
Plug 'leafgarland/typescript-vim'
-
Run the following in vim:
:source % :PlugInstall
-
Place inside
.vimrc
NeoBundle 'leafgarland/typescript-vim'
-
Run the following in vim:
:source % :NeoBundleInstall
-
Run the following in the terminal:
cd ~/.vim/bundle git clone https://github.com/leafgarland/typescript-vim