From e3ef0791e7462c95c77ec9014d92ec97484789c8 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Thu, 5 Jan 2023 02:52:05 +0100 Subject: Refactor lsp --- fnl/config/lsp/mason-null-ls.fnl | 20 -------------------- 1 file changed, 20 deletions(-) delete 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 deleted file mode 100644 index 5200cea..0000000 --- a/fnl/config/lsp/mason-null-ls.fnl +++ /dev/null @@ -1,20 +0,0 @@ -;; Ensure that tools needed for null-ls are installed. -(module config.mason-null-ls {autoload {util config.util}}) - -(def- opts {:ensure_installed [:cpplint - :fnlfmt - :gitlint - :hadolint - :jsonlint - :prettier - :rustfmt - :shellcheck - :shfmt - :sqlfluff - :stylua - :terraform-fmt - :yamllint] - :auto_update true - :automatic_installation true}) - -(util.setup :mason-null-ls opts) -- cgit v1.2.3-70-g09d2