From f80dcdd47c25e9f174f2e1ea8be341995ea2781f Mon Sep 17 00:00:00 2001 From: Mike Vink Date: Mon, 24 Apr 2023 22:21:57 +0200 Subject: add helm linter --- compiler/helm.vim | 14 ++++++++++++++ fnl/conf/pkgs.fnl | 1 - 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 compiler/helm.vim diff --git a/compiler/helm.vim b/compiler/helm.vim new file mode 100644 index 0000000..7e4b21d --- /dev/null +++ b/compiler/helm.vim @@ -0,0 +1,14 @@ +if exists('current_compiler') + finish +endif +let current_compiler = 'go-test' + +if exists(':CompilerSet') != 2 + command -nargs=* CompilerSet setlocal +endif + +CompilerSet makeprg=compile\ helm\ lint +CompilerSet errorformat=\[%t%.%#\]%.%#\ template:\ %f:%l:%c:\ %m, + \\[%t%.%#\]\ %f:\ %m, + +" vim: sw=2 sts=2 et diff --git a/fnl/conf/pkgs.fnl b/fnl/conf/pkgs.fnl index 5de2528..09ed08b 100644 --- a/fnl/conf/pkgs.fnl +++ b/fnl/conf/pkgs.fnl @@ -6,7 +6,6 @@ (require :conf.pkgs.tree-sitter-context) (require :conf.pkgs.conjure) (require :conf.pkgs.test) -(require :conf.pkgs.trouble) (require :conf.pkgs.lsp_lines) (require :conf.pkgs.noice) (require :conf.pkgs.dap) -- cgit v1.2.3