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.fnl6
1 files changed, 5 insertions, 1 deletions
diff --git a/fnl/config/lsp/null-ls.fnl b/fnl/config/lsp/null-ls.fnl
index 1d013db..9ad1fed 100644
--- a/fnl/config/lsp/null-ls.fnl
+++ b/fnl/config/lsp/null-ls.fnl
@@ -9,6 +9,10 @@
diagnostics.golangci_lint
diagnostics.jsonlint
diagnostics.shellcheck
+ diagnostics.sqlfluff
+ diagnostics.gitlint
+ diagnostics.hadolint
+ diagnostics.cpplint
diagnostics.yamllint
(formatting.black.with {:extra_args [:--fast]})
formatting.fnlfmt
@@ -20,6 +24,6 @@
:--jsx-single-quote]})
formatting.rustfmt
formatting.shfmt
- formatting.sqlformat
+ formatting.sqlfluff
formatting.stylua
formatting.terraform_fmt]})))