aboutsummaryrefslogtreecommitdiff
path: root/lua/config/conform.lua
diff options
context:
space:
mode:
authorTrey Bastian <hello@treybastian.com>2026-03-25 08:07:55 +0000
committerTrey Bastian <hello@treybastian.com>2026-03-25 08:07:55 +0000
commit8dc7082ffffbff3a4851ca85ae1ff2c0f38bfc5c (patch)
treef2c3ac36e24778eaed5b90f968ec5d44911d7de4 /lua/config/conform.lua
parente40ca3b6c4a2508d76e2abb1a42ec6668f22a6cc (diff)
added protobuf support
Diffstat (limited to 'lua/config/conform.lua')
-rw-r--r--lua/config/conform.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/config/conform.lua b/lua/config/conform.lua
index 1ed3745..aac5191 100644
--- a/lua/config/conform.lua
+++ b/lua/config/conform.lua
@@ -24,6 +24,7 @@ require("conform").setup({
astro = { "prettierd", "prettier" },
rust = { "rustfmt", lsp_format = "fallbackk" },
go = { "goimports", "gofmt" },
+ proto = { "buf", lsp_format = "fallback" },
},
format_on_save = {
timeout_ms = 1001,