gruvbox-community / gruvbox

Retro groove color scheme for Vim - community maintained edition
MIT License
801 stars 62 forks source link

Add highlight for ALE virtual text. #122

Closed kristijanhusak closed 5 years ago

kristijanhusak commented 5 years ago

ALE allows using Neovim's virtual text for showing error on a line. With this change, we get proper highlight depending on message type: Example of error: Error

And warning: Warning

rbong commented 5 years ago

Thanks!