11 lines
167 B
Lua
11 lines
167 B
Lua
return {
|
|
{
|
|
"stevearc/conform.nvim",
|
|
opts = {
|
|
formatters_by_ft = {
|
|
["proto"] = { { "buf" } },
|
|
["terraform"] = { { "terraform_fmt" } },
|
|
},
|
|
},
|
|
},
|
|
}
|