nvim/lua/plugins/conform.lua

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