feat(nvim): add C and CPP formatting

This commit is contained in:
stitchy 2025-02-05 02:05:16 +00:00
parent 84e0e0688b
commit 1849c1b471
Signed by: stitchy
SSH key fingerprint: SHA256:yz2SoxdnY67tfY5Jzb0f2v8f5W3o/IF359kbcquWip8

View file

@ -110,6 +110,7 @@ require("conform").setup({
html = { "prettier", },
javascript = { "prettier", },
python = { "black" },
C = { "clang-format"},
},
format_on_save = {
timeout_ms = 500,