From a052cf5d74da44327598c52636421118e774575d Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Mon, 19 Sep 2022 12:51:09 +0200 Subject: Update mason-null-ls --- fnl/config/lsp/mason-null-ls.fnl | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 fnl/config/lsp/mason-null-ls.fnl (limited to 'fnl/config/lsp/mason-null-ls.fnl') diff --git a/fnl/config/lsp/mason-null-ls.fnl b/fnl/config/lsp/mason-null-ls.fnl new file mode 100644 index 0000000..42b3715 --- /dev/null +++ b/fnl/config/lsp/mason-null-ls.fnl @@ -0,0 +1,26 @@ +;; Ensure that tools needed for null-ls are installed. +(module config.mason-null-ls {autoload {: util}}) + +(def- opts {:ensure_installed [:flake8 + :golangci-lint + :cpplint + :gitlint + :jsonlint + :yamllint + :black + :fnlfmt + :fourmolu + :gofmt + :goimports + :prettier + :rustfmt + :stylua + :shellcheck + :sqlfluff + :hadolint + :terraform-fmt + :shfmt] + :auto_update true + :automatic_installation true}) + +(util.use-config :mason-null-ls opts) -- cgit v1.2.3-70-g09d2