diff options
| author | Mike Vink <mike1994vink@gmail.com> | 2023-10-06 23:10:55 +0200 |
|---|---|---|
| committer | Mike Vink <mike1994vink@gmail.com> | 2023-10-06 23:10:55 +0200 |
| commit | cfaef26e8718916adcc68fbfb63b15f2389b2cd2 (patch) | |
| tree | 3989af4514d31d0a5cb89e8b96d51210ad7bf152 /neovim/compiler/helm.vim | |
| parent | 654ec06ab6a885ea851c4cbf68d06a00b41b0e14 (diff) | |
move all the files
Diffstat (limited to 'neovim/compiler/helm.vim')
| -rw-r--r-- | neovim/compiler/helm.vim | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/neovim/compiler/helm.vim b/neovim/compiler/helm.vim deleted file mode 100644 index 7e4b21d..0000000 --- a/neovim/compiler/helm.vim +++ /dev/null @@ -1,14 +0,0 @@ -if exists('current_compiler') - finish -endif -let current_compiler = 'go-test' - -if exists(':CompilerSet') != 2 - command -nargs=* CompilerSet setlocal <args> -endif - -CompilerSet makeprg=compile\ helm\ lint -CompilerSet errorformat=\[%t%.%#\]%.%#\ template:\ %f:%l:%c:\ %m, - \\[%t%.%#\]\ %f:\ %m, - -" vim: sw=2 sts=2 et |
