summaryrefslogtreecommitdiff
path: root/fnl/config/lsp/mason-null-lsp.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'fnl/config/lsp/mason-null-lsp.fnl')
-rw-r--r--fnl/config/lsp/mason-null-lsp.fnl17
1 files changed, 0 insertions, 17 deletions
diff --git a/fnl/config/lsp/mason-null-lsp.fnl b/fnl/config/lsp/mason-null-lsp.fnl
deleted file mode 100644
index e35f0d7..0000000
--- a/fnl/config/lsp/mason-null-lsp.fnl
+++ /dev/null
@@ -1,17 +0,0 @@
-;; 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))