From 9e92da6cde3d7bea69668bae6280d68ae4688761 Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Fri, 23 Feb 2024 16:11:14 -0500 Subject: [PATCH] Remove filetype-specific settings from tcomment --- vim/config/plugins/tcomment.vim | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 vim/config/plugins/tcomment.vim 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 --}}')