From e44652ec12f68f7f620873142a696dceef83a1d6 Mon Sep 17 00:00:00 2001 From: trevor Date: Sun, 7 Apr 2024 08:54:31 -0600 Subject: [PATCH] add clanformat to compe --- init.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/init.lua b/init.lua index 871246c8..1608252a 100644 --- a/init.lua +++ b/init.lua @@ -625,6 +625,7 @@ require('lazy').setup({ end, formatters_by_ft = { lua = { 'stylua' }, + cpp = { 'clang-format' }, -- Conform can also run multiple formatters sequentially -- python = { "isort", "black" }, --