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