Files
vim-polyglot/ftplugin/docker-compose.vim
Adam Stankiewicz 664aa988f6 Update
2019-09-04 15:44:43 +02:00

10 lines
218 B
VimL

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