mirror of
https://github.com/zoriya/vim-helm.git
synced 2026-05-23 15:18:19 +00:00
Merge pull request #5 from theimpostor/convert-to-plugin
Convert to plugin
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
# vim-helm
|
||||
vim syntax for helm templates (yaml + gotmpl + sprig + custom)
|
||||
|
||||
Enable syntax using a definition like this:
|
||||
Install via vundle:
|
||||
|
||||
```vim
|
||||
autocmd BufRead,BufNewFile */templates/*.yaml,*/templates/*.tpl set ft=helm
|
||||
Plugin 'towolf/helm-vim'
|
||||
```
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
autocmd BufRead,BufNewFile */templates/*.yaml,*/templates/*.tpl set ft=helm
|
||||
Reference in New Issue
Block a user