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
what is the file type (:echo &ft)?
what is your indent method?
If your indent method depends on the syntax object's name, then maybe you should disable the specific parentheses for this specific filetype.
you are right, I just found it worked in .vim file, but not in my html / typescript files, I installed other plugins like htm5,coc.nvim,etc. not sure which one blocked 'rainbow' from working or what else I need to configure.
Describe the bug
A clear and concise description of what the bug is.
in auto pair, or other configuration, if I write
test(){|}
. -- | is the cursor, if I press enter, it will be indented.however, if I install our plugin, it is
To Reproduce
Steps to reproduce the behavior, A piece of code to demo the issue is appreciated.
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Are you using some third-party syntax plugins? Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: