diff options
Diffstat (limited to '')
-rw-r--r-- | ftplugin/docker-compose.vim | 2 |
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 |