nvim/lua/plugins/conform.lua

10 lines
152 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" },
2024-06-28 00:17:30 -07:00
-- nix = { "nixpgs_fmt" },
2023-11-07 01:29:53 -08:00
},
},
}