summaryrefslogtreecommitdiff
path: root/fnl/config/lsp/null-ls.fnl
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-09-18 22:06:51 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-09-18 22:06:51 +0200
commit3312fe1fd4a32665145a957a35b171222bd73add (patch)
tree0b305810ba7de87705fa3a2a05c8983fca0973bb /fnl/config/lsp/null-ls.fnl
parent712bdc4eb8c2c8446671c70116a637e45153c008 (diff)
Add mason-null-lsp plugin
Diffstat (limited to 'fnl/config/lsp/null-ls.fnl')
-rw-r--r--fnl/config/lsp/null-ls.fnl2
1 files changed, 0 insertions, 2 deletions
diff --git a/fnl/config/lsp/null-ls.fnl b/fnl/config/lsp/null-ls.fnl
index a1e16c2..1d013db 100644
--- a/fnl/config/lsp/null-ls.fnl
+++ b/fnl/config/lsp/null-ls.fnl
@@ -11,12 +11,10 @@
diagnostics.shellcheck
diagnostics.yamllint
(formatting.black.with {:extra_args [:--fast]})
- formatting.erlfmt
formatting.fnlfmt
formatting.fourmolu
formatting.gofmt
formatting.goimports
- formatting.nixfmt
(formatting.prettier.with {:extra_args [:--no-semi
:--single-quote
:--jsx-single-quote]})