diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-11-13 01:30:07 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-11-13 01:30:07 +0100 |
commit | 20be497d28cc57fa04d192045c15561b7802a5b0 (patch) | |
tree | 87c8c051ed77bed0ff45ef761c734f7411d32dc6 /fnl/config/lsp | |
parent | d38688868b5bc591c729931e4be824fe90a0b87a (diff) |
Remove more go stuff
Diffstat (limited to 'fnl/config/lsp')
-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]}) |