fix(neovim): enable auto format in C# files

This commit is contained in:
Alexandre Cavalheiro 2025-01-11 00:48:13 -03:00
parent 2e669f4ff1
commit ad466c1550
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF

View file

@ -31,6 +31,7 @@ in
-- "go", -- "go",
"c", "c",
"cpp", "cpp",
"cs",
"h", "h",
"javascript", "javascript",
"jsx", "jsx",