aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2025-01-13 14:22:42 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2025-01-13 14:22:42 +0000
commit04e8eb54eb6f70cd367ae58fdafb2ce05b2650ee (patch)
tree896f9a2a7084baea1e67ce585fd9bbad0e8aa786 /doc
parentfeat(gh_actions_ls): use `root_dir` to decide enablement #3558 (diff)
downloadnvim-lspconfig-04e8eb54eb6f70cd367ae58fdafb2ce05b2650ee.tar
nvim-lspconfig-04e8eb54eb6f70cd367ae58fdafb2ce05b2650ee.tar.gz
nvim-lspconfig-04e8eb54eb6f70cd367ae58fdafb2ce05b2650ee.tar.bz2
nvim-lspconfig-04e8eb54eb6f70cd367ae58fdafb2ce05b2650ee.tar.lz
nvim-lspconfig-04e8eb54eb6f70cd367ae58fdafb2ce05b2650ee.tar.xz
nvim-lspconfig-04e8eb54eb6f70cd367ae58fdafb2ce05b2650ee.tar.zst
nvim-lspconfig-04e8eb54eb6f70cd367ae58fdafb2ce05b2650ee.zip
docs: update configs.md
skip-checks: true
Diffstat (limited to 'doc')
-rw-r--r--doc/configs.md14
-rw-r--r--doc/configs.txt14
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