1
0
Fork 0
mirror of https://github.com/prurigro/darkcloud-vimconfig.git synced 2025-01-14 08:41:00 -05:00
darkcloud-vimconfig/vim/config/plugins/tcomment.vim

7 lines
224 B
VimL
Raw Normal View History

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