Skip to content
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

Tetris messing with my EndingWhiteMatch #3

Closed
EmilSodergren opened this issue Mar 29, 2021 · 2 comments
Closed

Tetris messing with my EndingWhiteMatch #3

EmilSodergren opened this issue Mar 29, 2021 · 2 comments

Comments

@EmilSodergren
Copy link

I have the following config in my .vimrc

hi EndingWhiteSpace ctermbg=52
match EndingWhiteSpace /\s\+\%#\@<!$/

This highlights ending whitespaces in a dark red color. This does not work anymore after installing nvim-tetris.

@alec-gibson
Copy link
Owner

Thanks for the bug report.

Until very recently, nvim-tetris forced termguicolors to be set. I fixed this the other day by recommending users use termguicolors in the readme, but not forcing it, and providing fallback colors if the user chooses not to. Would you mind making sure your version of nvim-tetris is completely up-to-date, and verify whether this is still an issue?

@EmilSodergren
Copy link
Author

Ah, yes it works now. Awesome!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants