🔧 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
|
||||
sql = { "prettier" },
|
||||
json = { "prettier" },
|
||||
toml = { "prettier" },
|
||||
toml = { "taplo" },
|
||||
yaml = { "prettier" },
|
||||
|
||||
-- web
|
||||
|
|
Loading…
Reference in a new issue