mirror of https://github.com/LazyVim/starter
12 lines
205 B
Lua
12 lines
205 B
Lua
|
return {
|
||
|
{
|
||
|
"stevearc/conform.nvim",
|
||
|
optional = true,
|
||
|
opts = {
|
||
|
formatters_by_ft = {
|
||
|
["sql"] = { "sql_formatter" },
|
||
|
},
|
||
|
},
|
||
|
},
|
||
|
}
|