From 8350b8cdef977ac8ff399d1db422431191ab405f Mon Sep 17 00:00:00 2001 From: David <30951234+Davidyz@users.noreply.github.com> Date: Thu, 27 Mar 2025 05:55:28 +0000 Subject: feat: vectorcode-server (#3660) --- lua/lspconfig/configs/vectorcode_server.lua | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 lua/lspconfig/configs/vectorcode_server.lua (limited to 'lua/lspconfig/configs/vectorcode_server.lua') diff --git a/lua/lspconfig/configs/vectorcode_server.lua b/lua/lspconfig/configs/vectorcode_server.lua new file mode 100644 index 00000000..c9b8b1be --- /dev/null +++ b/lua/lspconfig/configs/vectorcode_server.lua @@ -0,0 +1,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. + ]], + }, +} -- cgit v1.2.3-70-g09d2