Update README.md

This commit is contained in:
Tobias Wolf
2018-03-29 14:51:32 +02:00
committed by GitHub
parent a30f3cb4bd
commit 22ffff7a98
+1 -1
View File
@@ -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
```