diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-04-29 21:28:09 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-04-29 21:28:09 +0000 |
| commit | 73c1331e107855376c8a7b703e433cde57845888 (patch) | |
| tree | f0a9d469066da92e28b09e84abc74a9560e7827a | |
| parent | fix(eslint): workspace_required #3805 (diff) | |
| download | nvim-lspconfig-73c1331e107855376c8a7b703e433cde57845888.tar nvim-lspconfig-73c1331e107855376c8a7b703e433cde57845888.tar.gz nvim-lspconfig-73c1331e107855376c8a7b703e433cde57845888.tar.bz2 nvim-lspconfig-73c1331e107855376c8a7b703e433cde57845888.tar.lz nvim-lspconfig-73c1331e107855376c8a7b703e433cde57845888.tar.xz nvim-lspconfig-73c1331e107855376c8a7b703e433cde57845888.tar.zst nvim-lspconfig-73c1331e107855376c8a7b703e433cde57845888.zip | |
docs: update configs.md
skip-checks: true
| -rw-r--r-- | doc/configs.md | 1 | ||||
| -rw-r--r-- | doc/configs.txt | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/doc/configs.md b/doc/configs.md index dfdbd620..60b4f315 100644 --- a/doc/configs.md +++ b/doc/configs.md @@ -3712,6 +3712,7 @@ Default config: } } ``` +- `workspace_required` : `true` --- diff --git a/doc/configs.txt b/doc/configs.txt index 0041d469..8486e5a6 100644 --- a/doc/configs.txt +++ b/doc/configs.txt @@ -2566,6 +2566,7 @@ Default config: mode = "location" } } +- `workspace_required` : `true` < ------------------------------------------------------------------------------ |
