aboutsummaryrefslogtreecommitdiffstats
path: root/doc/configs.md
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2025-01-21 00:12:50 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2025-01-21 00:12:50 +0000
commit46de45200afab642a134cf4e26f8f495ab7a49dd (patch)
tree00876838509c47970f957b2704978532f51f300e /doc/configs.md
parentfeat(gh_actions_ls): recognize .forgejo, .gitea as root_dir #3566 (diff)
downloadnvim-lspconfig-46de45200afab642a134cf4e26f8f495ab7a49dd.tar
nvim-lspconfig-46de45200afab642a134cf4e26f8f495ab7a49dd.tar.gz
nvim-lspconfig-46de45200afab642a134cf4e26f8f495ab7a49dd.tar.bz2
nvim-lspconfig-46de45200afab642a134cf4e26f8f495ab7a49dd.tar.lz
nvim-lspconfig-46de45200afab642a134cf4e26f8f495ab7a49dd.tar.xz
nvim-lspconfig-46de45200afab642a134cf4e26f8f495ab7a49dd.tar.zst
nvim-lspconfig-46de45200afab642a134cf4e26f8f495ab7a49dd.zip
docs: update configs.md
skip-checks: true
Diffstat (limited to 'doc/configs.md')
-rw-r--r--doc/configs.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/configs.md b/doc/configs.md
index 59746576..68b59794 100644
--- a/doc/configs.md
+++ b/doc/configs.md
@@ -4083,7 +4083,12 @@ https://github.com/lttb/gh-actions-language-server
Language server for GitHub Actions.
-`gh-actions-language-server` can be installed via `npm`:
+The projects [forgejo](https://forgejo.org/) and [gitea](https://about.gitea.com/)
+design their actions to be as compatible to github as possible
+with only [a few differences](https://docs.gitea.com/usage/actions/comparison#unsupported-workflows-syntax) between the systems.
+The `gh_actions_ls` is therefore enabled for those `yaml` files as well.
+
+The `gh-actions-language-server` can be installed via `npm`:
```sh
npm install -g gh-actions-language-server