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" } } })