Update the comment for the tcomment filetype configuration so it doesn't specify vue

This commit is contained in:
Kevin MacMartin 2018-05-14 14:29:28 -04:00
parent d244b14988
commit 13d3a675fc

View file

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