From 3312fe1fd4a32665145a957a35b171222bd73add Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Sun, 18 Sep 2022 22:06:51 +0200 Subject: Add mason-null-lsp plugin --- fnl/config/lsp/mason-null-lsp.fnl | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 fnl/config/lsp/mason-null-lsp.fnl (limited to 'fnl/config/lsp/mason-null-lsp.fnl') diff --git a/fnl/config/lsp/mason-null-lsp.fnl b/fnl/config/lsp/mason-null-lsp.fnl new file mode 100644 index 0000000..e35f0d7 --- /dev/null +++ b/fnl/config/lsp/mason-null-lsp.fnl @@ -0,0 +1,17 @@ +;; Ensure that tools needed for null-ls are installed. +(module config.mason-null-ls {autoload {: util}}) + +(def- opts {:ensure_installed {:flake8 :golangci-lint + :jsonlint :yamllint + :black :fnlfmt + :fourmolu :gofmt + :goimports :prettier + :rustfmt :stylua + :shellcheck :sqlformat + :terraform-fmt :shfmt} + :auto_update true + :automatic_installation true}) + +(util.use-config :mason-null-ls opts) +(let [mason-null-ls (require :mason-null-ls)] + (mason-null-ls.check_install true)) -- cgit v1.2.3-70-g09d2