alec-gibson / nvim-tetris

Bringing emacs' greatest feature to neovim - Tetris!
GNU General Public License v3.0
199 stars 9 forks source link

Tetris messing with my EndingWhiteMatch #3

Closed EmilSodergren closed 3 years ago

EmilSodergren commented 3 years ago

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 commented 3 years ago

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 commented 3 years ago

Ah, yes it works now. Awesome!