🔧 style(nvim): Adjust toml formatter
This commit is contained in:
parent
020371e8f6
commit
cfbccadb87
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ return {
|
||||||
-- data/conf
|
-- data/conf
|
||||||
sql = { "prettier" },
|
sql = { "prettier" },
|
||||||
json = { "prettier" },
|
json = { "prettier" },
|
||||||
toml = { "prettier" },
|
toml = { "taplo" },
|
||||||
yaml = { "prettier" },
|
yaml = { "prettier" },
|
||||||
|
|
||||||
-- web
|
-- web
|
||||||
|
|
Loading…
Reference in a new issue