mirror of
https://github.com/nix-community/home-manager
synced 2024-11-09 04:39:44 +01:00
6 lines
165 B
VimL
6 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
|