sainnhe / gruvbox-material

Gruvbox with Material Palette
MIT License
1.96k stars 166 forks source link

Highlight linking of TSError #95

Closed MuhammadMuradG closed 3 years ago

MuhammadMuradG commented 3 years ago

I don't know if linking TSError to ErrorText is made for some reason or not but I think leaving this linking to user preference will be more convenient because, as I think, the error handling for most user is done by LSP that can produce error message.

Linking TSError to ErrorText highlight the text without further information about why this highlight happens: out_000

If the highlight linking exist for some reason, how can I clear the highlighting? I used the following command in init.lua after loading gruvbox-material plugin without success:

vim.cmd('highlight! link TSError NONE')
sainnhe commented 3 years ago

Done via https://github.com/sainnhe/gruvbox-material/commit/7a1d276a3d938d488d2d592fbb52ecec642268fc.