aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/configs.md25
-rw-r--r--doc/configs.txt19
2 files changed, 44 insertions, 0 deletions
diff --git a/doc/configs.md b/doc/configs.md
index 81780abc..b248e13b 100644
--- a/doc/configs.md
+++ b/doc/configs.md
@@ -333,6 +333,7 @@ Nvim by running `:help lspconfig-all`.
- [vacuum](#vacuum)
- [vala_ls](#vala_ls)
- [vale_ls](#vale_ls)
+- [vectorcode_server](#vectorcode_server)
- [verible](#verible)
- [veridian](#veridian)
- [veryl_ls](#veryl_ls)
@@ -12389,6 +12390,30 @@ Default config:
---
+## vectorcode_server
+
+https://github.com/Davidyz/VectorCode
+
+A Language Server Protocol implementation for VectorCode, a code repository indexing tool.
+
+Snippet to enable the language server:
+```lua
+vim.lsp.enable('vectorcode_server')
+```
+
+Default config:
+- `cmd` :
+ ```lua
+ { "vectorcode-server" }
+ ```
+- `root_dir`: [../lsp/vectorcode_server.lua:5](../lsp/vectorcode_server.lua#L5)
+- `settings` :
+ ```lua
+ {}
+ ```
+
+---
+
## verible
https://github.com/chipsalliance/verible
diff --git a/doc/configs.txt b/doc/configs.txt
index c3000804..f7f261ed 100644
--- a/doc/configs.txt
+++ b/doc/configs.txt
@@ -9180,6 +9180,25 @@ Default config:
<
------------------------------------------------------------------------------
+vectorcode_server
+
+https://github.com/Davidyz/VectorCode
+
+A Language Server Protocol implementation for VectorCode, a code repository indexing tool.
+
+Snippet to enable the language server: >lua
+ vim.lsp.enable('vectorcode_server')
+
+
+Default config:
+- cmd: >lua
+ { "vectorcode-server" }
+- root_dir (use "gF" to view): ../lsp/vectorcode_server.lua:5
+- settings: >lua
+ {}
+<
+
+------------------------------------------------------------------------------
verible
https://github.com/chipsalliance/verible