diff options
| author | github-actions <github-actions@github.com> | 2021-11-28 02:20:51 +0000 |
|---|---|---|
| committer | github-actions <github-actions@github.com> | 2021-11-28 02:20:51 +0000 |
| commit | d9aa848da3905e0f8153e546d7b630d3d13e0435 (patch) | |
| tree | a761c869995c0df9fb234124390934c88547c9a7 /doc | |
| parent | fix(yamlls): add yaml.docker-compose to filetypes (#1501) (diff) | |
| download | nvim-lspconfig-d9aa848da3905e0f8153e546d7b630d3d13e0435.tar nvim-lspconfig-d9aa848da3905e0f8153e546d7b630d3d13e0435.tar.gz nvim-lspconfig-d9aa848da3905e0f8153e546d7b630d3d13e0435.tar.bz2 nvim-lspconfig-d9aa848da3905e0f8153e546d7b630d3d13e0435.tar.lz nvim-lspconfig-d9aa848da3905e0f8153e546d7b630d3d13e0435.tar.xz nvim-lspconfig-d9aa848da3905e0f8153e546d7b630d3d13e0435.tar.zst nvim-lspconfig-d9aa848da3905e0f8153e546d7b630d3d13e0435.zip | |
docs: update server_configurations.md
skip-checks: true
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/server_configurations.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/server_configurations.md b/doc/server_configurations.md index 388b4b52..b91c3ea7 100644 --- a/doc/server_configurations.md +++ b/doc/server_configurations.md @@ -8445,7 +8445,7 @@ require'lspconfig'.yamlls.setup{} Default Values: cmd = { "yaml-language-server", "--stdio" } - filetypes = { "yaml" } + filetypes = { "yaml", "yaml.docker-compose" } root_dir = util.find_git_ancestor settings = { redhat = { |
