mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 23:06:38 -05:00
6 lines
224 B
VimL
6 lines
224 B
VimL
"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 --}}')
|