🐛 fix(nvim): taplo is now the toml formatter for conform.nvim
This commit is contained in:
parent
fbe14666da
commit
4cab75b85b
1 changed files with 8 additions and 0 deletions
|
@ -62,6 +62,14 @@ return {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"stevearc/conform.nvim",
|
||||||
|
opts = function(_, opts)
|
||||||
|
opts.formatters_by_ft.toml = opts.formatters_by_ft.toml or {}
|
||||||
|
table.insert(opts.formatters_by_ft.toml, "taplo")
|
||||||
|
return opts
|
||||||
|
end,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"luckasRanarison/nvim-devdocs",
|
"luckasRanarison/nvim-devdocs",
|
||||||
optional = true,
|
optional = true,
|
||||||
|
|
Loading…
Add table
Reference in a new issue