mirror of
https://github.com/boxpositron/absolute-vim.git
synced 2026-02-28 11:40:36 +00:00
feat(lsp): add pbkit.lua file for Protocol Buffers Language Server Protocol integration
This commit is contained in:
8
lua/absolute/lsp/pbkit.lua
Normal file
8
lua/absolute/lsp/pbkit.lua
Normal 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"),
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user