mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-22 19:54:10 -05:00
5 lines
172 B
VimL
5 lines
172 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')
|