diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-05-01 22:53:16 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-05-01 22:53:16 +0200 |
commit | 609daf2f632e907f0aed920084b51f608a63edf7 (patch) | |
tree | a40011af51666860032588292e238f8d768e0bf9 | |
parent | 30b4350ac5fe75da3df621827d1af16b4a9cc357 (diff) |
fix: add fennel fmt
-rw-r--r-- | fnl/config/lsp/null-ls.fnl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fnl/config/lsp/null-ls.fnl b/fnl/config/lsp/null-ls.fnl index b0fec48..0d24373 100644 --- a/fnl/config/lsp/null-ls.fnl +++ b/fnl/config/lsp/null-ls.fnl @@ -15,6 +15,7 @@ (formatting.black.with {:extra_args [:--fast]}) formatting.erlfmt + formatting.fnlfmt formatting.fourmolu formatting.gofmt formatting.goimports |