From 8d1485bd3f1c1c8c94b8673ba818ed374fe10022 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 --- contrib/syntax/vim/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/contrib/syntax/vim/README.md b/contrib/syntax/vim/README.md index b78246617..5aa9bd825 100644 --- a/contrib/syntax/vim/README.md +++ b/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 --------