diff --git a/vim/config/plugins/tcomment.vim b/vim/config/plugins/tcomment.vim index 1804376..3d5f00e 100644 --- a/vim/config/plugins/tcomment.vim +++ b/vim/config/plugins/tcomment.vim @@ -1,6 +1,6 @@ "remove right-hand whitespace from all lines on uncomment 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('blade', '{{-- %s --}}')