Disabled clang format (clangd lsp still formats, need to fix it)

This commit is contained in:
2025-08-01 13:05:57 +03:00
parent ac662c82ad
commit 6403801f5e

View File

@@ -12,7 +12,7 @@ return {
opts = {
formatters_by_ft = {
['lua'] = { 'stylua' },
['c'] = { 'clang-format' },
-- ['c'] = { 'clang-format' },
-- ['python'] = { 'isort', 'black' },
-- ['rust'] = { 'rustfmt' },
['go'] = { 'gofumpt', 'goimports-reviser' },