diff options
Diffstat (limited to 'lua/lspconfig/configs/vectorcode_server.lua')
| -rw-r--r-- | lua/lspconfig/configs/vectorcode_server.lua | 15 |
1 files changed, 15 insertions, 0 deletions
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. + ]], + }, +} |
