summaryrefslogtreecommitdiff
path: root/fnl/config/lsp/null-ls.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'fnl/config/lsp/null-ls.fnl')
-rw-r--r--fnl/config/lsp/null-ls.fnl4
1 files changed, 2 insertions, 2 deletions
diff --git a/fnl/config/lsp/null-ls.fnl b/fnl/config/lsp/null-ls.fnl
index d1f1af1..c5b4aef 100644
--- a/fnl/config/lsp/null-ls.fnl
+++ b/fnl/config/lsp/null-ls.fnl
@@ -13,14 +13,14 @@
diagnostics.jsonlint
diagnostics.shellcheck
diagnostics.yamllint
- (formatting.black.with { extra_args [ "--fast" ] })
+ (formatting.black.with { :extra_args [ "--fast" ] })
formatting.erlfmt
formatting.fourmolu
formatting.gofmt
formatting.goimports
formatting.nixfmt
(formatting.prettier.with {
- extra_args [ "--no-semi" "--single-quote" "--jsx-single-quote" ]
+ :extra_args [ "--no-semi" "--single-quote" "--jsx-single-quote" ]
})
formatting.rustfmt
formatting.shfmt