From 22ffff7a98d3e836e6be595ec346df71b0b5e193 Mon Sep 17 00:00:00 2001 From: Tobias Wolf Date: Thu, 29 Mar 2018 14:51:32 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a04c86c..d851c47 100644 --- a/README.md +++ b/README.md @@ -3,5 +3,5 @@ vim syntax for helm templates (yaml + gotmpl + sprig + custom) Enable syntax using a definition like this: ```vim -autocmd BufRead,BufNewFile */templates/*.yaml,*/templates/*.tpl set ft=helm` +autocmd BufRead,BufNewFile */templates/*.yaml,*/templates/*.tpl set ft=helm ```