diff options
chore: add type annotation for configs
Diffstat (limited to 'lsp/vectorcode_server.lua')
| -rw-r--r-- | lsp/vectorcode_server.lua | 1 |
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' }), |
