From 54abc5e60c7cdfbf33276cb846e3f8fa8cc54a00 Mon Sep 17 00:00:00 2001 From: Antoine Vaure Date: Tue, 20 Aug 2024 09:51:47 +0200 Subject: [PATCH] Add uncrustify to c in conform.nvim --- lua/plugins.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/plugins.lua b/lua/plugins.lua index a4e14a8..fd503e9 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -551,6 +551,7 @@ local plugins = { formatters_by_ft = { cpp = { "uncrustify" }, + c = { "uncrustify" }, typst = { "typstyle" } } })