From 13d3a675fc99c96f61ff9d91dc700d0888193953 Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Mon, 14 May 2018 14:29:28 -0400 Subject: [PATCH] Update the comment for the tcomment filetype configuration so it doesn't specify vue --- vim/config/plugins/tcomment.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 --}}')