summaryrefslogtreecommitdiff
path: root/lua/config/lsp
diff options
context:
space:
mode:
Diffstat (limited to 'lua/config/lsp')
-rw-r--r--lua/config/lsp/null-ls.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/lua/config/lsp/null-ls.lua b/lua/config/lsp/null-ls.lua
index a9a038b..1c81cba 100644
--- a/lua/config/lsp/null-ls.lua
+++ b/lua/config/lsp/null-ls.lua
@@ -21,7 +21,6 @@ null_ls.setup({
diagnostics.shellcheck,
diagnostics.yamllint,
formatting.black.with({ extra_args = { "--fast" } }),
- formatting.clang_format,
formatting.erlfmt,
formatting.fourmolu,
formatting.gofmt,