Skip to content

Commit 0136756

Browse files
author
theimpostor
committed
Convert to plugin
1 parent ee07975 commit 0136756

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# vim-helm
22
vim syntax for helm templates (yaml + gotmpl + sprig + custom)
33

4-
Enable syntax using a definition like this:
4+
Install via vundle:
5+
56
```vim
6-
autocmd BufRead,BufNewFile */templates/*.yaml,*/templates/*.tpl set ft=helm
7+
Plugin 'theimpostor/helm-vim'
78
```

ftdetect/helm.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
autocmd BufRead,BufNewFile */templates/*.yaml,*/templates/*.tpl set ft=helm

0 commit comments

Comments
 (0)