6 lines
119 B
VimL
6 lines
119 B
VimL
|
" Define comment string
|
||
|
setlocal commentstring=#\ %s
|
||
|
|
||
|
" Enable automatic comment insertion
|
||
|
setlocal formatoptions+=cro
|