blob: f32a0a6ca737c6c3aa570c6ebd20d9d96878bf56 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
-- https://github.com/bufbuild/buf
--
-- buf beta lsp included in the cli itself
--
-- buf beta lsp is a Protobuf language server compatible with Buf modules and workspaces
return {
cmd = { 'buf', 'beta', 'lsp', '--timeout=0', '--log-format=text' },
filetypes = { 'proto' },
root_markers = { 'buf.yaml', '.git' },
}
|