Files
vim-polyglot/ftplugin/docker-compose.vim
2020-10-25 20:33:44 +01:00

10 lines
189 B
VimL

if !has_key(g:polyglot_is_disabled, 'docker-compose')
finish
endif
" Define comment string
setlocal commentstring=#\ %s
" Enable automatic comment insertion
setlocal formatoptions+=cro