darkcloud-nvimconfig/vim/config/plugins/tcomment.vim
2018-04-05 17:34:10 -04:00

6 lines
223 B
VimL

"remove right-hand whitespace from all lines on uncomment
let g:tcomment#rstrip_on_uncomment = 2
"use // to comment in vue files
call tcomment#type#Define('vue', '// %s')
call tcomment#type#Define('blade', '{{-- %s --}}')