this should work ( tried on my machine)
Signed-off-by: Ian Chen <ianre657@gmail.com>
| ... | ... |
@@ -11,6 +11,10 @@ With [Vundle](https://github.com/gmarik/Vundle.vim) |
| 11 | 11 |
|
| 12 | 12 |
Plugin 'docker/docker' , {'rtp': '/contrib/syntax/vim/'}
|
| 13 | 13 |
|
| 14 |
+With [vim-plug](https://github.com/junegunn/vim-plug) |
|
| 15 |
+ |
|
| 16 |
+ Plug 'docker/docker' , {'rtp': '/contrib/syntax/vim/'}
|
|
| 17 |
+ |
|
| 14 | 18 |
Features |
| 15 | 19 |
-------- |
| 16 | 20 |
|