diff options
| author | github-actions <github-actions@github.com> | 2021-10-31 18:11:36 +0000 |
|---|---|---|
| committer | github-actions <github-actions@github.com> | 2021-10-31 18:11:36 +0000 |
| commit | dd7a616b8d778c195fe7ec9fffa32ce1b0fc9da7 (patch) | |
| tree | 2bbc51422a2b49df7b42a1dde627fd3aba7cdbb6 /CONFIG.md | |
| parent | fix(dockerls): remove duplicate filetype (#1358) (diff) | |
| download | nvim-lspconfig-dd7a616b8d778c195fe7ec9fffa32ce1b0fc9da7.tar nvim-lspconfig-dd7a616b8d778c195fe7ec9fffa32ce1b0fc9da7.tar.gz nvim-lspconfig-dd7a616b8d778c195fe7ec9fffa32ce1b0fc9da7.tar.bz2 nvim-lspconfig-dd7a616b8d778c195fe7ec9fffa32ce1b0fc9da7.tar.lz nvim-lspconfig-dd7a616b8d778c195fe7ec9fffa32ce1b0fc9da7.tar.xz nvim-lspconfig-dd7a616b8d778c195fe7ec9fffa32ce1b0fc9da7.tar.zst nvim-lspconfig-dd7a616b8d778c195fe7ec9fffa32ce1b0fc9da7.zip | |
docs: update CONFIG.md
skip-checks: true
Diffstat (limited to 'CONFIG.md')
| -rw-r--r-- | CONFIG.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1456,7 +1456,7 @@ require'lspconfig'.dockerls.setup{} Default Values: cmd = { "docker-langserver", "--stdio" } - filetypes = { "Dockerfile", "dockerfile" } + filetypes = { "dockerfile" } root_dir = root_pattern("Dockerfile") ``` |
