nvim/lua/plugins/conform.lua

9 lines
119 B
Lua

return {
"stevearc/conform.nvim",
opts = {
formatters_by_ft = {
sql = { "sql_formatter" },
},
},
}