nvim: proto and terraform autoformat

This commit is contained in:
Daniel Lundin 2023-10-04 22:22:31 +02:00
parent 9ef30664bb
commit 3374a5247c

View file

@ -0,0 +1,11 @@
return {
{
"stevearc/conform.nvim",
opts = {
formatters_by_ft = {
["proto"] = { { "buf" } },
["terraform"] = { { "terraform_fmt" } },
},
},
},
}