nvim/lua/plugins/conform.lua

9 lines
119 B
Lua
Raw Normal View History

2023-11-07 01:29:53 -08:00
return {
"stevearc/conform.nvim",
opts = {
formatters_by_ft = {
sql = { "sql_formatter" },
},
},
}