starter/lua/plugins/format.lua

12 lines
205 B
Lua

return {
{
"stevearc/conform.nvim",
optional = true,
opts = {
formatters_by_ft = {
["sql"] = { "sql_formatter" },
},
},
},
}