diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-06-01 18:31:29 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-06-01 18:31:29 +0000 |
| commit | 4315a9686f4d21a521d89a693e02947d1e119f5d (patch) | |
| tree | d0d82b6c1e045f8955b632605009090e1f34c429 /doc | |
| parent | feat(helm_ls,yamlls): support custom filetype for helm-ls #3881 (diff) | |
| download | nvim-lspconfig-4315a9686f4d21a521d89a693e02947d1e119f5d.tar nvim-lspconfig-4315a9686f4d21a521d89a693e02947d1e119f5d.tar.gz nvim-lspconfig-4315a9686f4d21a521d89a693e02947d1e119f5d.tar.bz2 nvim-lspconfig-4315a9686f4d21a521d89a693e02947d1e119f5d.tar.lz nvim-lspconfig-4315a9686f4d21a521d89a693e02947d1e119f5d.tar.xz nvim-lspconfig-4315a9686f4d21a521d89a693e02947d1e119f5d.tar.zst nvim-lspconfig-4315a9686f4d21a521d89a693e02947d1e119f5d.zip | |
docs: update configs.md
skip-checks: true
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/configs.md | 4 | ||||
| -rw-r--r-- | doc/configs.txt | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/configs.md b/doc/configs.md index 5aca584c..0532af0d 100644 --- a/doc/configs.md +++ b/doc/configs.md @@ -4996,7 +4996,7 @@ Default config: ``` - `filetypes` : ```lua - { "helm" } + { "helm", "yaml.helm-values" } ``` - `root_markers` : ```lua @@ -13311,7 +13311,7 @@ Default config: ``` - `filetypes` : ```lua - { "yaml", "yaml.docker-compose", "yaml.gitlab" } + { "yaml", "yaml.docker-compose", "yaml.gitlab", "yaml.helm-values" } ``` - `root_markers` : ```lua diff --git a/doc/configs.txt b/doc/configs.txt index 2f73450c..afdcec4d 100644 --- a/doc/configs.txt +++ b/doc/configs.txt @@ -3537,7 +3537,7 @@ Default config: - cmd: >lua { "helm_ls", "serve" } - filetypes: >lua - { "helm" } + { "helm", "yaml.helm-values" } - root_markers: >lua { "Chart.yaml" } < @@ -9893,7 +9893,7 @@ Default config: - cmd: >lua { "yaml-language-server", "--stdio" } - filetypes: >lua - { "yaml", "yaml.docker-compose", "yaml.gitlab" } + { "yaml", "yaml.docker-compose", "yaml.gitlab", "yaml.helm-values" } - root_markers: >lua { ".git" } - settings: >lua |
