File tree
Expand file treeCollapse file tree1 file changed
+6
-1
lines changed Expand file treeCollapse file tree1 file changed
+6
-1
lines changed Original file line number | Diff line number | Diff line change |
---|
@@ -11,11 +11,16 @@ and other features for TypeScript editing.
|
11 | 11 | Install
|
12 | 12 | -------
|
13 | 13 |
|
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): |
15 | 15 | ```
|
16 | 16 | git clone https://.com/leafgarland/typescript-vim.git ~/.vim/pack/typescript/start/typescript-vim
|
17 | 17 | ```
|
18 | 18 |
|
| 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 | + |
19 | 24 | For older versions of Vim, the simplest way to install is via a Vim add-in manager such as
|
20 | 25 | [Plug](https://.com/junegunn/vim-plug),
|
21 | 26 | [Vundle](https://.com/gmarik/vundle) or
|
|
You can’t perform that action at this time.
0 commit comments