76b2929ec8
subrepo: subdir: "dotfiles/.vim/plugged/dockerfile.vim" merged: "2a31e6bc" upstream: origin: "https://github.com/ekalinin/dockerfile.vim.git" branch: "master" commit: "2a31e6bc" git-subrepo: version: "0.4.3" origin: "???" commit: "???"
5 lines
119 B
VimL
5 lines
119 B
VimL
" Define comment string
|
|
setlocal commentstring=#\ %s
|
|
|
|
" Enable automatic comment insertion
|
|
setlocal formatoptions+=cro
|