aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/vectorcode_server.lua
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2025-08-18 22:58:31 -0400
committerGitHub <noreply@github.com>2025-08-18 22:58:31 -0400
commit1b590dc980178611b4d8f1f13daf7f23dc878294 (patch)
tree6430c1e4e840c0936a6796009fcc3b6cd509e0e8 /lsp/vectorcode_server.lua
parentfix(ts/js): servers do not start when `bun.lock` exists #4008 (diff)
parentchore: miscellaneous type fixes (diff)
downloadnvim-lspconfig-1b590dc980178611b4d8f1f13daf7f23dc878294.tar
nvim-lspconfig-1b590dc980178611b4d8f1f13daf7f23dc878294.tar.gz
nvim-lspconfig-1b590dc980178611b4d8f1f13daf7f23dc878294.tar.bz2
nvim-lspconfig-1b590dc980178611b4d8f1f13daf7f23dc878294.tar.lz
nvim-lspconfig-1b590dc980178611b4d8f1f13daf7f23dc878294.tar.xz
nvim-lspconfig-1b590dc980178611b4d8f1f13daf7f23dc878294.tar.zst
nvim-lspconfig-1b590dc980178611b4d8f1f13daf7f23dc878294.zip
Merge #4010 from igorlfs/chore/type-annotations
Diffstat (limited to 'lsp/vectorcode_server.lua')
-rw-r--r--lsp/vectorcode_server.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/vectorcode_server.lua b/lsp/vectorcode_server.lua
index 4a591802..7a560d34 100644
--- a/lsp/vectorcode_server.lua
+++ b/lsp/vectorcode_server.lua
@@ -2,6 +2,7 @@
--- 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' }),