🔧 style(nvim): Adjust toml formatter

This commit is contained in:
punkfairie 2024-03-10 18:58:47 -07:00
parent 020371e8f6
commit cfbccadb87
Signed by: punkfairie
GPG key ID: A86AF57F837E320F

View file

@ -13,7 +13,7 @@ return {
-- data/conf
sql = { "prettier" },
json = { "prettier" },
toml = { "prettier" },
toml = { "taplo" },
yaml = { "prettier" },
-- web