summaryrefslogtreecommitdiff
path: root/fnl/config/lsp/null-ls.fnl
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-11-13 01:30:07 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-11-13 01:30:07 +0100
commit20be497d28cc57fa04d192045c15561b7802a5b0 (patch)
tree87c8c051ed77bed0ff45ef761c734f7411d32dc6 /fnl/config/lsp/null-ls.fnl
parentd38688868b5bc591c729931e4be824fe90a0b87a (diff)
Remove more go stuff
Diffstat (limited to 'fnl/config/lsp/null-ls.fnl')
-rw-r--r--fnl/config/lsp/null-ls.fnl3
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]})