From a79f6da5b072ae558964099e87e1343690b45b1f Mon Sep 17 00:00:00 2001 From: Ian Chen Date: Wed, 4 Jul 2018 15:42:01 +0800 Subject: [PATCH] add vim-plug setting this should work ( tried on my machine) Signed-off-by: Ian Chen Upstream-commit: a7652107189336f243e5c9a89b33a577df34fdd2 Component: engine --- components/engine/contrib/syntax/vim/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/components/engine/contrib/syntax/vim/README.md b/components/engine/contrib/syntax/vim/README.md index 5aa9bd825d..b73a30bea3 100644 --- a/components/engine/contrib/syntax/vim/README.md +++ b/components/engine/contrib/syntax/vim/README.md @@ -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 --------