From 98288dac32414ae4f00db7f844189cf9e843af50 Mon Sep 17 00:00:00 2001 From: Tobias Wolf Date: Thu, 1 Feb 2018 01:38:56 +0100 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 0c2f7b9..7481a3c 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,5 @@ # vim-helm vim syntax for helm templates (yaml + gotmpl + sprig + custom) + +Enable syntax using a definition like this: +`autocmd BufRead,BufNewFile */templates/*.yaml set ft=helm`