diff options
| -rw-r--r-- | lsp/vectorcode_server.lua | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lsp/vectorcode_server.lua b/lsp/vectorcode_server.lua new file mode 100644 index 00000000..4a591802 --- /dev/null +++ b/lsp/vectorcode_server.lua @@ -0,0 +1,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 = {}, +} |
