mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-08 03:23:51 -05:00
10 lines
234 B
VimL
10 lines
234 B
VimL
if polyglot#init#is_disabled(expand('<sfile>:p'), 'docker-compose', 'ftplugin/docker-compose.vim')
|
|
finish
|
|
endif
|
|
|
|
" Define comment string
|
|
setlocal commentstring=#\ %s
|
|
|
|
" Enable automatic comment insertion
|
|
setlocal formatoptions+=cro
|