summaryrefslogtreecommitdiffstats
path: root/ftplugin/docker-compose.vim
blob: 45a103fcc3623d3c97f40b8eb5c14f071c6e41ee (plain) (blame)
1
2
3
4
5
6
7
8
9
if exists('g:polyglot_disabled') && index(g:polyglot_disabled, 'dockerfile') != -1
  finish
endif

" Define comment string
setlocal commentstring=#\ %s

" Enable automatic comment insertion
setlocal formatoptions+=cro