summaryrefslogtreecommitdiff
path: root/fnl/config/lsp
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-12-21 01:37:38 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-12-21 01:37:38 +0100
commitd407cb8dc1b3c18600c7fe668c72c0fd81ecd53e (patch)
treed144447b0d45be29328a6ebc086ea8274988880a /fnl/config/lsp
parentdfd30d67907a922a964320d43e3b8582d54938fc (diff)
Remove fourmolu from null-ls
Diffstat (limited to 'fnl/config/lsp')
-rw-r--r--fnl/config/lsp/null-ls.fnl1
1 files changed, 0 insertions, 1 deletions
diff --git a/fnl/config/lsp/null-ls.fnl b/fnl/config/lsp/null-ls.fnl
index be9fa7e..674fa1c 100644
--- a/fnl/config/lsp/null-ls.fnl
+++ b/fnl/config/lsp/null-ls.fnl
@@ -15,7 +15,6 @@
diagnostics.yamllint
(formatting.black.with {:extra_args [:--fast]})
formatting.fnlfmt
- formatting.fourmolu
(formatting.prettier.with {:extra_args [:--no-semi
:--single-quote
:--jsx-single-quote]})