summaryrefslogtreecommitdiff
path: root/fnl/config/lsp/null-ls.fnl
diff options
context:
space:
mode:
authoraktersnurra <grydholm@kth.se>2022-04-10 23:34:21 +0200
committeraktersnurra <grydholm@kth.se>2022-04-10 23:34:21 +0200
commitbe910efb9e059a962cffc030dec7ea1ea3771e7c (patch)
treece6733d6167b7d3ee3852530437b21656bbee81f /fnl/config/lsp/null-ls.fnl
parenta8ef65821f7fd7e2cdae39579e4a7dfabd75e58a (diff)
fix(lsp): remove do add opts return
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