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

6 lines
172 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')