feat: add c/cpp formatter
This commit is contained in:
parent
9cb49f5048
commit
70276615e1
1 changed files with 2 additions and 0 deletions
|
@ -65,6 +65,8 @@ return {
|
|||
typst = { "typstyle" },
|
||||
svelte = { "prettier" },
|
||||
tex = { "latexindent" },
|
||||
cpp = { "clang-format", lsp_format = "fallback" },
|
||||
c = { "clang-format", lsp_format = "fallback" },
|
||||
},
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in a new issue