diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-12-21 01:37:38 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-12-21 01:37:38 +0100 |
commit | d407cb8dc1b3c18600c7fe668c72c0fd81ecd53e (patch) | |
tree | d144447b0d45be29328a6ebc086ea8274988880a /fnl/config | |
parent | dfd30d67907a922a964320d43e3b8582d54938fc (diff) |
Remove fourmolu from null-ls
Diffstat (limited to 'fnl/config')
-rw-r--r-- | fnl/config/lsp/null-ls.fnl | 1 |
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]}) |