mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-22 03:34:10 -05:00
Update the comment for the tcomment filetype configuration so it doesn't specify vue
This commit is contained in:
parent
d244b14988
commit
13d3a675fc
1 changed files with 1 additions and 1 deletions
|
@ -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 --}}')
|
||||
|
|
Loading…
Reference in a new issue