nvim/lua/plugins/conform.lua

9 lines
119 B
Lua
Raw Normal View History

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