feat(lsp): add pbkit.lua file for Protocol Buffers Language Server Protocol integration

This commit is contained in:
David Ibia
2025-07-21 16:58:50 +01:00
parent 41c18ff80c
commit bdc798ba64

View File

@@ -0,0 +1,8 @@
return {
default_config = {
cmd = { "pb", "lsp" },
filetypes = { "proto" },
single_file_support = true,
root_dir = require("lspconfig.util").root_pattern(".git"),
},
}