dotfiles/vim/ftplugin/docker-compose.vim

6 lines
119 B
VimL
Raw Normal View History

2021-02-04 12:01:07 +01:00
" Define comment string
setlocal commentstring=#\ %s
" Enable automatic comment insertion
setlocal formatoptions+=cro