summaryrefslogtreecommitdiffstats
path: root/ftplugin/docker-compose.vim
diff options
context:
space:
mode:
Diffstat (limited to 'ftplugin/docker-compose.vim')
-rw-r--r--ftplugin/docker-compose.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/ftplugin/docker-compose.vim b/ftplugin/docker-compose.vim
index 82896b05..e80041e2 100644
--- a/ftplugin/docker-compose.vim
+++ b/ftplugin/docker-compose.vim
@@ -1,4 +1,4 @@
-if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'dockerfile') == -1
+if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'docker-compose') == -1
" Define comment string
setlocal commentstring=#\ %s