You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I struggled a bit with the same. The reason it doesn't take the pattern is that it is inside a comment.
I edited the s:easy_align_delimiters_default table in autoload/easy_align.vim and added the pattern there, where I could add 'ignore_groups':['!Comment'] at the end.
The below line worked for me, and it also checks for an optional ! flag
for example, how can I change
to
The text was updated successfully, but these errors were encountered: