summaryrefslogtreecommitdiff
path: root/fnl/config/lsp/mason-null-ls.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'fnl/config/lsp/mason-null-ls.fnl')
-rw-r--r--fnl/config/lsp/mason-null-ls.fnl20
1 files changed, 0 insertions, 20 deletions
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)