diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-09-25 20:30:00 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-09-25 20:30:00 +0000 |
| commit | 336b388c272555d2ae94627a50df4c2f89a5e257 (patch) | |
| tree | b0aa434251eb3288f9650673b8600aafd31e898e /doc | |
| parent | fix(ruby_lsp): set cmd_cwd to root_dir #4099 (diff) | |
| download | nvim-lspconfig-336b388c272555d2ae94627a50df4c2f89a5e257.tar nvim-lspconfig-336b388c272555d2ae94627a50df4c2f89a5e257.tar.gz nvim-lspconfig-336b388c272555d2ae94627a50df4c2f89a5e257.tar.bz2 nvim-lspconfig-336b388c272555d2ae94627a50df4c2f89a5e257.tar.lz nvim-lspconfig-336b388c272555d2ae94627a50df4c2f89a5e257.tar.xz nvim-lspconfig-336b388c272555d2ae94627a50df4c2f89a5e257.tar.zst nvim-lspconfig-336b388c272555d2ae94627a50df4c2f89a5e257.zip | |
docs: update configs.md
skip-checks: true
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/configs.md | 5 | ||||
| -rw-r--r-- | doc/configs.txt | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/doc/configs.md b/doc/configs.md index 29860266..7521e3bf 100644 --- a/doc/configs.md +++ b/doc/configs.md @@ -2401,11 +2401,11 @@ Default config: { editorInfo = { name = "Neovim", - version = "0.12.0-dev+gb256e0476b" + version = "0.12.0-dev+g0be3dee44f" }, editorPluginInfo = { name = "Neovim", - version = "0.12.0-dev+gb256e0476b" + version = "0.12.0-dev+g0be3dee44f" } } ``` @@ -10044,6 +10044,7 @@ Default config: formatter = "auto" } ``` +- `reuse_client`: [../lsp/ruby_lsp.lua:16](../lsp/ruby_lsp.lua#L16) - `root_markers` : ```lua { "Gemfile", ".git" } diff --git a/doc/configs.txt b/doc/configs.txt index c074bc9c..d4da11fd 100644 --- a/doc/configs.txt +++ b/doc/configs.txt @@ -1564,11 +1564,11 @@ Default config: { editorInfo = { name = "Neovim", - version = "0.12.0-dev+gb256e0476b" + version = "0.12.0-dev+g0be3dee44f" }, editorPluginInfo = { name = "Neovim", - version = "0.12.0-dev+gb256e0476b" + version = "0.12.0-dev+g0be3dee44f" } } - on_attach (use "gF" to view): ../lsp/copilot.lua:79 @@ -7403,6 +7403,7 @@ Default config: { formatter = "auto" } +- reuse_client (use "gF" to view): ../lsp/ruby_lsp.lua:16 - root_markers: >lua { "Gemfile", ".git" } < |
