7 lines
165 B
VimL
7 lines
165 B
VimL
|
|
" plugin-specific config
|
|
autocmd FileType c setlocal commentstring=//\ %s
|
|
autocmd FileType c setlocal comments=://
|
|
|
|
" This 'extraConfig' should be present in vimrc
|