File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,16 @@ and other features for TypeScript editing.
1111
Install
1212
-------
1313

14-
From Vim 8 onward, the plugin can be installed as simply as:
14+
From Vim 8 onward, the plugin can be installed as simply as (Unix/Mac):
1515
```
1616
git clone https://.com/leafgarland/typescript-vim.git ~/.vim/pack/typescript/start/typescript-vim
1717
```
1818

19+
On Windows/Powershell, use the following:
20+
```
21+
git clone https://.com/leafgarland/typescript-vim.git $home/vimfiles/pack/typescript/start/typescript-vim
22+
```
23+
1924
For older versions of Vim, the simplest way to install is via a Vim add-in manager such as
2025
[Plug](https://.com/junegunn/vim-plug),
2126
[Vundle](https://.com/gmarik/vundle) or

0 commit comments

Comments
 (0)