aboutsummaryrefslogtreecommitdiffstats
path: root/CONFIG.md
diff options
context:
space:
mode:
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")
```