diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2026-04-03 15:01:43 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2026-04-03 15:01:43 +0000 |
| commit | 11afebab7ae8953c1db8f4c223e7742132d035f3 (patch) | |
| tree | dda4105121acb6f35d22f7c0c4cf0a8860a5a176 | |
| parent | feat(robotcode): support virtual env #4367 (diff) | |
| download | nvim-lspconfig-master.tar nvim-lspconfig-master.tar.gz nvim-lspconfig-master.tar.bz2 nvim-lspconfig-master.tar.lz nvim-lspconfig-master.tar.xz nvim-lspconfig-master.tar.zst nvim-lspconfig-master.zip | |
skip-checks: true
| -rw-r--r-- | doc/configs.md | 2 | ||||
| -rw-r--r-- | doc/configs.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/configs.md b/doc/configs.md index c0857949..d3341b04 100644 --- a/doc/configs.md +++ b/doc/configs.md @@ -10314,7 +10314,7 @@ Default config: ```lua { "robot", "resource" } ``` -- `get_language_id`: [../lsp/robotcode.lua:8](../lsp/robotcode.lua#L8) +- `get_language_id`: [../lsp/robotcode.lua:10](../lsp/robotcode.lua#L10) - `root_markers` : ```lua { "robot.toml", "pyproject.toml", "Pipfile", ".git" } diff --git a/doc/configs.txt b/doc/configs.txt index 51383b94..373f76bd 100644 --- a/doc/configs.txt +++ b/doc/configs.txt @@ -7635,7 +7635,7 @@ Default config: { "robotcode", "language-server" } - filetypes: >lua { "robot", "resource" } -- get_language_id (use "gF" to view): ../lsp/robotcode.lua:8 +- get_language_id (use "gF" to view): ../lsp/robotcode.lua:10 - root_markers: >lua { "robot.toml", "pyproject.toml", "Pipfile", ".git" } < |
