Browse code

add vim-plug setting

this should work ( tried on my machine)

Signed-off-by: Ian Chen <ianre657@gmail.com>

Ian Chen authored on 2018/07/04 16:42:01
Showing 1 changed files
... ...
@@ -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