summaryrefslogtreecommitdiffstats
path: root/ftplugin/docker-compose.vim
blob: 40f8a43fd9754f1a27b1faf9e5ca07fb329c502e (plain) (blame)
1
2
3
4
5
6
7
8
9
if polyglot#init#is_disabled(expand('<sfile>:p'), 'docker-compose', 'ftplugin/docker-compose.vim')
  finish
endif

" Define comment string
setlocal commentstring=#\ %s

" Enable automatic comment insertion
setlocal formatoptions+=cro