aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/configs.md26
-rw-r--r--doc/configs.txt26
2 files changed, 52 insertions, 0 deletions
diff --git a/doc/configs.md b/doc/configs.md
index aec640bc..4f12a22d 100644
--- a/doc/configs.md
+++ b/doc/configs.md
@@ -244,6 +244,7 @@ Nvim by running `:help lspconfig-all`.
- [rescriptls](#rescriptls)
- [rls](#rls)
- [rnix](#rnix)
+- [robotcode](#robotcode)
- [robotframework_ls](#robotframework_ls)
- [roc_ls](#roc_ls)
- [rome](#rome)
@@ -8426,6 +8427,31 @@ Default config:
```
+## robotcode
+
+https://robotcode.io
+
+RobotCode - Language Server Protocol implementation for Robot Framework.
+
+Snippet to enable the language server:
+```lua
+require'lspconfig'.robotcode.setup{}
+```
+
+Default config:
+- `cmd` :
+ ```lua
+ { "robotcode", "language-server" }
+ ```
+- `filetypes` :
+ ```lua
+ { "robot", "resource" }
+ ```
+- `get_language_id` source (use "gF" to visit): [../lua/lspconfig/configs/robotcode.lua:4](../lua/lspconfig/configs/robotcode.lua#L4)
+- `root_dir` source (use "gF" to visit): [../lua/lspconfig/configs/robotcode.lua:4](../lua/lspconfig/configs/robotcode.lua#L4)
+- `single_file_support` : `true`
+
+
## robotframework_ls
https://github.com/robocorp/robotframework-lsp
diff --git a/doc/configs.txt b/doc/configs.txt
index aec640bc..4f12a22d 100644
--- a/doc/configs.txt
+++ b/doc/configs.txt
@@ -244,6 +244,7 @@ Nvim by running `:help lspconfig-all`.
- [rescriptls](#rescriptls)
- [rls](#rls)
- [rnix](#rnix)
+- [robotcode](#robotcode)
- [robotframework_ls](#robotframework_ls)
- [roc_ls](#roc_ls)
- [rome](#rome)
@@ -8426,6 +8427,31 @@ Default config:
```
+## robotcode
+
+https://robotcode.io
+
+RobotCode - Language Server Protocol implementation for Robot Framework.
+
+Snippet to enable the language server:
+```lua
+require'lspconfig'.robotcode.setup{}
+```
+
+Default config:
+- `cmd` :
+ ```lua
+ { "robotcode", "language-server" }
+ ```
+- `filetypes` :
+ ```lua
+ { "robot", "resource" }
+ ```
+- `get_language_id` source (use "gF" to visit): [../lua/lspconfig/configs/robotcode.lua:4](../lua/lspconfig/configs/robotcode.lua#L4)
+- `root_dir` source (use "gF" to visit): [../lua/lspconfig/configs/robotcode.lua:4](../lua/lspconfig/configs/robotcode.lua#L4)
+- `single_file_support` : `true`
+
+
## robotframework_ls
https://github.com/robocorp/robotframework-lsp