Files
vim-polyglot/ftplugin/docker-compose.vim
2021-01-01 22:30:41 +01:00

10 lines
234 B
VimL

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