aboutsummaryrefslogtreecommitdiffstats
path: root/doc/configs.md
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2025-04-14 14:43:28 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2025-04-14 14:43:28 +0000
commitb8bd753f8123786e49f674a300ed51a3d040fd2e (patch)
tree2a76b50c043e7c9c0b5a877b67ec5f9f0e25e311 /doc/configs.md
parentfix(gh_actions_ls): workspace_required=true #3722 (diff)
downloadnvim-lspconfig-b8bd753f8123786e49f674a300ed51a3d040fd2e.tar
nvim-lspconfig-b8bd753f8123786e49f674a300ed51a3d040fd2e.tar.gz
nvim-lspconfig-b8bd753f8123786e49f674a300ed51a3d040fd2e.tar.bz2
nvim-lspconfig-b8bd753f8123786e49f674a300ed51a3d040fd2e.tar.lz
nvim-lspconfig-b8bd753f8123786e49f674a300ed51a3d040fd2e.tar.xz
nvim-lspconfig-b8bd753f8123786e49f674a300ed51a3d040fd2e.tar.zst
nvim-lspconfig-b8bd753f8123786e49f674a300ed51a3d040fd2e.zip
docs: update configs.md
skip-checks: true
Diffstat (limited to 'doc/configs.md')
-rw-r--r--doc/configs.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/configs.md b/doc/configs.md
index e45be040..9de59c7e 100644
--- a/doc/configs.md
+++ b/doc/configs.md
@@ -3945,6 +3945,7 @@ Default config:
```lua
{ ".github/workflows", ".forgejo/workflows", ".gitea/workflows" }
```
+- `workspace_required` : `true`
---