From 04e8eb54eb6f70cd367ae58fdafb2ce05b2650ee Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 13 Jan 2025 14:22:42 +0000 Subject: docs: update configs.md skip-checks: true --- doc/configs.md | 14 ++------------ doc/configs.txt | 14 ++------------ 2 files changed, 4 insertions(+), 24 deletions(-) diff --git a/doc/configs.md b/doc/configs.md index dca01b8e..d4072d42 100644 --- a/doc/configs.md +++ b/doc/configs.md @@ -4039,16 +4039,6 @@ https://github.com/lttb/gh-actions-language-server Language server for GitHub Actions. -The server is registered for the special `yaml.github` filetype. You need to configure this filetype pattern for GitHub workflow files. - -```lua -vim.filetype.add({ - pattern = { - ['.*/%.github[%w/]+workflows[%w/]+.*%.ya?ml'] = 'yaml.github', - }, -}) -``` - `gh-actions-language-server` can be installed via `npm`: ```sh @@ -4077,10 +4067,10 @@ Default config: ``` - `filetypes` : ```lua - { "yaml.github" } + { "yaml" } ``` - `root_dir` source (use "gF" to visit): [../lua/lspconfig/configs/gh_actions_ls.lua:4](../lua/lspconfig/configs/gh_actions_ls.lua#L4) -- `single_file_support` : `true` +- `single_file_support` : `false` ## ghcide diff --git a/doc/configs.txt b/doc/configs.txt index dca01b8e..d4072d42 100644 --- a/doc/configs.txt +++ b/doc/configs.txt @@ -4039,16 +4039,6 @@ https://github.com/lttb/gh-actions-language-server Language server for GitHub Actions. -The server is registered for the special `yaml.github` filetype. You need to configure this filetype pattern for GitHub workflow files. - -```lua -vim.filetype.add({ - pattern = { - ['.*/%.github[%w/]+workflows[%w/]+.*%.ya?ml'] = 'yaml.github', - }, -}) -``` - `gh-actions-language-server` can be installed via `npm`: ```sh @@ -4077,10 +4067,10 @@ Default config: ``` - `filetypes` : ```lua - { "yaml.github" } + { "yaml" } ``` - `root_dir` source (use "gF" to visit): [../lua/lspconfig/configs/gh_actions_ls.lua:4](../lua/lspconfig/configs/gh_actions_ls.lua#L4) -- `single_file_support` : `true` +- `single_file_support` : `false` ## ghcide -- cgit v1.2.3-70-g09d2