From 1bb6bb7a1d78fc38c76e7757e58bd8839ac9792c Mon Sep 17 00:00:00 2001 From: theimpostor Date: Fri, 27 Apr 2018 10:13:18 -0500 Subject: [PATCH] Fix plugin address --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e2ee0f2..4daf942 100644 --- a/README.md +++ b/README.md @@ -4,5 +4,5 @@ vim syntax for helm templates (yaml + gotmpl + sprig + custom) Install via vundle: ```vim -Plugin 'theimpostor/helm-vim' +Plugin 'towolf/helm-vim' ```