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

        
 




                                    
if !has_key(g:polyglot_is_disabled, 'docker-compose')
  finish
endif

" Define comment string
setlocal commentstring=#\ %s

" Enable automatic comment insertion
setlocal formatoptions+=cro