summaryrefslogblamecommitdiffstats
path: root/ftplugin/docker-compose.vim
blob: e80041e253f4416bc76de2965de5f8d72146d0c5 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                                                       
 




                                    
 
     
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'docker-compose') == -1

" Define comment string
setlocal commentstring=#\ %s

" Enable automatic comment insertion
setlocal formatoptions+=cro

endif