mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
7 lines
221 B
VimL
7 lines
221 B
VimL
" commentary.vim
|
|
" https://github.com/tpope/vim-commentary
|
|
|
|
autocmd FileType apache setlocal commentstring=#\ %s
|
|
autocmd FileType gspec setlocal commentstring=#\ %s
|
|
autocmd FileType eruby setlocal commentstring=<!--%s-->
|