aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2025-04-13 02:40:11 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2025-04-13 02:40:11 +0000
commitb6936cb85d1e95b5ff00016b1185ab1a14450579 (patch)
tree11c39be3ffec320e485d666677d3b8c4436204b1
parentfix(docs): docgen.lua reads from `lua/*.lua` #3708 (diff)
downloadnvim-lspconfig-b6936cb85d1e95b5ff00016b1185ab1a14450579.tar
nvim-lspconfig-b6936cb85d1e95b5ff00016b1185ab1a14450579.tar.gz
nvim-lspconfig-b6936cb85d1e95b5ff00016b1185ab1a14450579.tar.bz2
nvim-lspconfig-b6936cb85d1e95b5ff00016b1185ab1a14450579.tar.lz
nvim-lspconfig-b6936cb85d1e95b5ff00016b1185ab1a14450579.tar.xz
nvim-lspconfig-b6936cb85d1e95b5ff00016b1185ab1a14450579.tar.zst
nvim-lspconfig-b6936cb85d1e95b5ff00016b1185ab1a14450579.zip
docs: update configs.md
skip-checks: true
-rw-r--r--doc/configs.md10
-rw-r--r--doc/configs.txt10
2 files changed, 10 insertions, 10 deletions
diff --git a/doc/configs.md b/doc/configs.md
index 288df071..410e93f1 100644
--- a/doc/configs.md
+++ b/doc/configs.md
@@ -4018,8 +4018,8 @@ Default config:
- `init_options` :
```lua
{
- cache_path = ".//.cache/gitlab-ci-ls/",
- log_path = ".//.cache/gitlab-ci-ls//log/gitlab-ci-ls.log"
+ cache_path = "/home/runner/.cache/gitlab-ci-ls/",
+ log_path = "/home/runner/.cache/gitlab-ci-ls//log/gitlab-ci-ls.log"
}
```
- `root_dir` source (use "gF" to open): [../lsp/gitlab_ci_ls.lua:13](../lsp/gitlab_ci_ls.lua#L13)
@@ -5048,7 +5048,7 @@ require'lspconfig'.jdtls.setup{}
Default config:
- `cmd` :
```lua
- { "jdtls", "-configuration", ".//.cache/jdtls/config", "-data", ".//.cache/jdtls/workspace" }
+ { "jdtls", "-configuration", "/home/runner/.cache/jdtls/config", "-data", "/home/runner/.cache/jdtls/workspace" }
```
- `filetypes` :
```lua
@@ -5067,7 +5067,7 @@ Default config:
```lua
{
jvm_args = {},
- workspace = ".//.cache/jdtls/workspace"
+ workspace = "/home/runner/.cache/jdtls/workspace"
}
```
- `root_markers` :
@@ -11149,7 +11149,7 @@ Default config:
```
- `root_markers` :
```lua
- { "typos.toml", "_typos.toml", ".typos.toml" }
+ { "typos.toml", "_typos.toml", ".typos.toml", "pyproject.toml", "Cargo.toml" }
```
- `settings` :
```lua
diff --git a/doc/configs.txt b/doc/configs.txt
index 8cc5a78b..6ee39934 100644
--- a/doc/configs.txt
+++ b/doc/configs.txt
@@ -3590,8 +3590,8 @@ Default config:
- `init_options` :
```lua
{
- cache_path = ".//.cache/gitlab-ci-ls/",
- log_path = ".//.cache/gitlab-ci-ls//log/gitlab-ci-ls.log"
+ cache_path = "/home/runner/.cache/gitlab-ci-ls/",
+ log_path = "/home/runner/.cache/gitlab-ci-ls//log/gitlab-ci-ls.log"
}
```
- `root_dir` source (use "gF" to open): [../lsp/gitlab_ci_ls.lua:13](../lsp/gitlab_ci_ls.lua#L13)
@@ -4592,7 +4592,7 @@ Snippet to enable the language server: >lua
Default config:
- `cmd` :
```lua
- { "jdtls", "-configuration", ".//.cache/jdtls/config", "-data", ".//.cache/jdtls/workspace" }
+ { "jdtls", "-configuration", "/home/runner/.cache/jdtls/config", "-data", "/home/runner/.cache/jdtls/workspace" }
```
- `filetypes` :
```lua
@@ -4611,7 +4611,7 @@ Default config:
```lua
{
jvm_args = {},
- workspace = ".//.cache/jdtls/workspace"
+ workspace = "/home/runner/.cache/jdtls/workspace"
}
```
- `root_markers` :
@@ -10522,7 +10522,7 @@ Default config:
```
- `root_markers` :
```lua
- { "typos.toml", "_typos.toml", ".typos.toml" }
+ { "typos.toml", "_typos.toml", ".typos.toml", "pyproject.toml", "Cargo.toml" }
```
- `settings` :
```lua