tamton-aquib / staline.nvim

A modern lightweight statusline and bufferline plugin for neovim in lua.
MIT License
380 stars 17 forks source link

termguicolors requirement is not mentioned anywhere #39

Closed EPSILON0-dev closed 2 years ago

EPSILON0-dev commented 2 years ago

I tried to set up staline and kept having a problem that no colors would appear, it would just be white text on transparent background. After some time I discovered that termguicolors has to be set, it probably should have been obvious but it wasn't to me.

It's not mentioned neither in README nor in wiki, it would be nice if it was somewhere in README so no one has the same problem.

tamton-aquib commented 2 years ago

Heyyo @EPSILON0-dev, thanks for pointing that out 😅 . I have added it to the requirements section in readme.

EPSILON0-dev commented 2 years ago

Thanks, that will save some time for the next person that has this problem.