diff options
Diffstat (limited to 'fnl/config/lsp/null-ls.fnl')
-rw-r--r-- | fnl/config/lsp/null-ls.fnl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fnl/config/lsp/null-ls.fnl b/fnl/config/lsp/null-ls.fnl index 7ebd25e..be9fa7e 100644 --- a/fnl/config/lsp/null-ls.fnl +++ b/fnl/config/lsp/null-ls.fnl @@ -6,7 +6,6 @@ diagnostics null-ls.builtins.diagnostics] (null-ls.setup {:debug false :sources [diagnostics.flake8 - diagnostics.golangci_lint diagnostics.jsonlint diagnostics.shellcheck diagnostics.sqlfluff @@ -17,8 +16,6 @@ (formatting.black.with {:extra_args [:--fast]}) formatting.fnlfmt formatting.fourmolu - formatting.gofmt - formatting.goimports (formatting.prettier.with {:extra_args [:--no-semi :--single-quote :--jsx-single-quote]}) |