Remove filetype-specific settings from tcomment

This commit is contained in:
Kevin MacMartin 2024-02-23 16:11:14 -05:00
parent 125961a30f
commit 9e92da6cde

View file

@ -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 --}}')