aboutsummaryrefslogtreecommitdiff
path: root/.config/nvim/lsp/vectorcode_server.lua
blob: 095c453b44ead8e6e50b489ad86adafa8773d704 (plain)
1
2
3
4
5
6
7
8
9
10
11
---@brief
--- https://github.com/Davidyz/VectorCode
---
--- A Language Server Protocol implementation for VectorCode, a code repository indexing tool.

---@type vim.lsp.Config
return {
  cmd = { 'vectorcode-server' },
  root_dir = vim.fs.root(0, { '.vectorcode', '.git' }),
  settings = {},
}