diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-04-14 14:43:28 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-04-14 14:43:28 +0000 |
| commit | b8bd753f8123786e49f674a300ed51a3d040fd2e (patch) | |
| tree | 2a76b50c043e7c9c0b5a877b67ec5f9f0e25e311 | |
| parent | fix(gh_actions_ls): workspace_required=true #3722 (diff) | |
| download | nvim-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
| -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 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` --- diff --git a/doc/configs.txt b/doc/configs.txt index 8c1e2c14..32150f24 100644 --- a/doc/configs.txt +++ b/doc/configs.txt @@ -3519,6 +3519,7 @@ Default config: ```lua { ".github/workflows", ".forgejo/workflows", ".gitea/workflows" } ``` +- `workspace_required` : `true` ------------------------------------------------------------------------------ |
