configure conform also using the global variable

This commit is contained in:
Kevin Robayna 2024-07-18 22:55:06 +01:00
parent 2f4375f38e
commit 9d974103c4

View file

@ -50,6 +50,16 @@ return {
end,
},
},
{
"stevearc/conform.nvim",
optional = true,
opts = {
formatters_by_ft = {
ruby = { formatter },
eruby = { "erb-format" },
},
},
},
{
"nvim-neotest/neotest",
optional = true,