aboutsummaryrefslogtreecommitdiffstats
path: root/CONFIG.md
diff options
context:
space:
mode:
authorgithub-actions <github-actions@github.com>2021-10-31 18:11:36 +0000
committergithub-actions <github-actions@github.com>2021-10-31 18:11:36 +0000
commitdd7a616b8d778c195fe7ec9fffa32ce1b0fc9da7 (patch)
tree2bbc51422a2b49df7b42a1dde627fd3aba7cdbb6 /CONFIG.md
parentfix(dockerls): remove duplicate filetype (#1358) (diff)
downloadnvim-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.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONFIG.md b/CONFIG.md
index 3d8b34ea..56b9be4f 100644
--- a/CONFIG.md
+++ b/CONFIG.md
@@ -1456,7 +1456,7 @@ require'lspconfig'.dockerls.setup{}
Default Values:
cmd = { "docker-langserver", "--stdio" }
- filetypes = { "Dockerfile", "dockerfile" }
+ filetypes = { "dockerfile" }
root_dir = root_pattern("Dockerfile")
```