diff --git a/vim/config/plugins/tcomment.vim b/vim/config/plugins/tcomment.vim index d434ecd..1804376 100644 --- a/vim/config/plugins/tcomment.vim +++ b/vim/config/plugins/tcomment.vim @@ -3,3 +3,4 @@ let g:tcomment#rstrip_on_uncomment = 2 "use // to comment in vue files call tcomment#type#Define('vue', '// %s') +call tcomment#type#Define('blade', '{{-- %s --}}')