diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-05-21 13:38:05 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-05-21 13:38:05 +0000 |
| commit | 39dc331899521bbb4e102b614b71ab37464f8326 (patch) | |
| tree | 391bc9523c6e6df007426d4dbb41f9a9b1a9538b | |
| parent | fix(gh_actions_ls): use `root_dir`, add `init_options` #3857 (diff) | |
| download | nvim-lspconfig-39dc331899521bbb4e102b614b71ab37464f8326.tar nvim-lspconfig-39dc331899521bbb4e102b614b71ab37464f8326.tar.gz nvim-lspconfig-39dc331899521bbb4e102b614b71ab37464f8326.tar.bz2 nvim-lspconfig-39dc331899521bbb4e102b614b71ab37464f8326.tar.lz nvim-lspconfig-39dc331899521bbb4e102b614b71ab37464f8326.tar.xz nvim-lspconfig-39dc331899521bbb4e102b614b71ab37464f8326.tar.zst nvim-lspconfig-39dc331899521bbb4e102b614b71ab37464f8326.zip | |
docs: update configs.md
skip-checks: true
| -rw-r--r-- | doc/configs.md | 6 | ||||
| -rw-r--r-- | doc/configs.txt | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/doc/configs.md b/doc/configs.md index da122980..411cb210 100644 --- a/doc/configs.md +++ b/doc/configs.md @@ -4299,11 +4299,11 @@ Default config: ```lua { "yaml" } ``` -- `root_markers` : +- `init_options` : ```lua - { ".github/workflows", ".forgejo/workflows", ".gitea/workflows" } + {} ``` -- `workspace_required` : `true` +- `root_dir`: [../lsp/gh_actions_ls.lua:16](../lsp/gh_actions_ls.lua#L16) --- diff --git a/doc/configs.txt b/doc/configs.txt index f546772a..e4473993 100644 --- a/doc/configs.txt +++ b/doc/configs.txt @@ -3011,9 +3011,9 @@ Default config: { "gh-actions-language-server", "--stdio" } - filetypes: >lua { "yaml" } -- root_markers: >lua - { ".github/workflows", ".forgejo/workflows", ".gitea/workflows" } -- `workspace_required` : `true` +- init_options: >lua + {} +- root_dir (use "gF" to view): ../lsp/gh_actions_ls.lua:16 < ------------------------------------------------------------------------------ |
