aboutsummaryrefslogtreecommitdiffstats
path: root/lua/lspconfig/configs/vectorcode_server.lua
blob: c9b8b1be5744f14d5039046fa4574d4746b05a55 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
return {
  default_config = {
    cmd = { 'vectorcode-server' },
    root_dir = vim.fs.root(0, { '.vectorcode', '.git' }),
    single_file_support = false,
    settings = {},
  },
  docs = {
    description = [[
https://github.com/Davidyz/VectorCode

A Language Server Protocol implementation for VectorCode, a code repository indexing tool.
    ]],
  },
}