diff --git a/vim/config/plugins/tcomment.vim b/vim/config/plugins/tcomment.vim deleted file mode 100644 index 3d5f00e..0000000 --- a/vim/config/plugins/tcomment.vim +++ /dev/null @@ -1,6 +0,0 @@ -"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 --}}')