blob: 40f8a43fd9754f1a27b1faf9e5ca07fb329c502e (
plain) (
tree)
|
|
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
|