mirror of
https://github.com/boxpositron/absolute-vim.git
synced 2026-02-28 03:30:36 +00:00
9 lines
178 B
Lua
9 lines
178 B
Lua
return {
|
|
default_config = {
|
|
cmd = { "pb", "lsp" },
|
|
filetypes = { "proto" },
|
|
single_file_support = true,
|
|
root_dir = require("lspconfig.util").root_pattern(".git"),
|
|
},
|
|
}
|