feat: add c/cpp formatter

This commit is contained in:
Youwen Wu 2024-11-19 16:03:18 -08:00
parent 9cb49f5048
commit 70276615e1
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -65,6 +65,8 @@ return {
typst = { "typstyle" }, typst = { "typstyle" },
svelte = { "prettier" }, svelte = { "prettier" },
tex = { "latexindent" }, tex = { "latexindent" },
cpp = { "clang-format", lsp_format = "fallback" },
c = { "clang-format", lsp_format = "fallback" },
}, },
}) })