blob: 4a5918026be4ef2b124d7ed33395a03fa7aa319d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
---@brief
--- https://github.com/Davidyz/VectorCode
---
--- A Language Server Protocol implementation for VectorCode, a code repository indexing tool.
return {
cmd = { 'vectorcode-server' },
root_dir = vim.fs.root(0, { '.vectorcode', '.git' }),
settings = {},
}
|