summaryrefslogtreecommitdiff
path: root/fnl
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-05-01 22:53:16 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-05-01 22:53:16 +0200
commit609daf2f632e907f0aed920084b51f608a63edf7 (patch)
treea40011af51666860032588292e238f8d768e0bf9 /fnl
parent30b4350ac5fe75da3df621827d1af16b4a9cc357 (diff)
fix: add fennel fmt
Diffstat (limited to 'fnl')
-rw-r--r--fnl/config/lsp/null-ls.fnl1
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