-
Notifications
You must be signed in to change notification settings - Fork 297
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with typescript indentation #432
Comments
@dkns I think it was because of styled-components. Can you check now? |
Working perfectly now 👍 Thank you for all your hard work! |
The problem in vim-styled-components seems to be fixed with this commit. Does it mean we can include styled-components into vim-polyglot again? I use it every day and it'd be great not to have to install it manually. |
tsx files aren't indenting for me at all using latest versions of vim-jsx-pretty, yats and styled-components anymore. If I remove either vim-jsx-pretty or styled-components then it works. |
If I add vim-styled-components to plug before vim-jsx-pretty, then indentation works :D |
Currently typescript has indentation issues because of vim-jsx-pretty. I'm aware of issue.
The text was updated successfully, but these errors were encountered: