Files
vim-polyglot/ftplugin/docker-compose.vim
2019-09-06 15:54:31 +02:00

8 lines
209 B
VimL

if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'dockerfile') == -1
" Define comment string
setlocal commentstring=#\ %s
" Enable automatic comment insertion
setlocal formatoptions+=cro
endif