darkcloud-nvimconfig/vim/config/plugins/tcomment.vim

7 lines
223 B
VimL
Raw Normal View History

"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 --}}')