diff --git a/lua/absolute/lsp/pbkit.lua b/lua/absolute/lsp/pbkit.lua new file mode 100644 index 0000000..beb1132 --- /dev/null +++ b/lua/absolute/lsp/pbkit.lua @@ -0,0 +1,8 @@ +return { + default_config = { + cmd = { "pb", "lsp" }, + filetypes = { "proto" }, + single_file_support = true, + root_dir = require("lspconfig.util").root_pattern(".git"), + }, +}