From bdbc984c7dfb8babd13e862e5533a5d71c1d27be Mon Sep 17 00:00:00 2001 From: Evan Carmi Date: Mon, 5 Jan 2015 11:02:17 -0800 Subject: [PATCH] Update syntax/vim README with Vundle instructions Signed-off-by: Evan Carmi Upstream-commit: 8d1485bd3f1c1c8c94b8673ba818ed374fe10022 Component: engine --- components/engine/contrib/syntax/vim/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/components/engine/contrib/syntax/vim/README.md b/components/engine/contrib/syntax/vim/README.md index b78246617b..5aa9bd825d 100644 --- a/components/engine/contrib/syntax/vim/README.md +++ b/components/engine/contrib/syntax/vim/README.md @@ -5,8 +5,11 @@ Syntax highlighting for Dockerfiles Installation ------------ +With [pathogen](https://github.com/tpope/vim-pathogen), the usual way... -Via pathogen, the usual way... +With [Vundle](https://github.com/gmarik/Vundle.vim) + + Plugin 'docker/docker' , {'rtp': '/contrib/syntax/vim/'} Features --------