mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
add vim-plug setting
this should work ( tried on my machine) Signed-off-by: Ian Chen <ianre657@gmail.com>
This commit is contained in:
parent
b711437bbd
commit
a765210718
1 changed files with 4 additions and 0 deletions
|
@ -11,6 +11,10 @@ With [Vundle](https://github.com/gmarik/Vundle.vim)
|
|||
|
||||
Plugin 'docker/docker' , {'rtp': '/contrib/syntax/vim/'}
|
||||
|
||||
With [vim-plug](https://github.com/junegunn/vim-plug)
|
||||
|
||||
Plug 'docker/docker' , {'rtp': '/contrib/syntax/vim/'}
|
||||
|
||||
Features
|
||||
--------
|
||||
|
||||
|
|
Loading…
Reference in a new issue