ldelossa / litee.nvim

A framework for building Neovim plugins
409 stars 14 forks source link

Every word shows with an underline #106

Closed dlvhdr closed 2 years ago

dlvhdr commented 2 years ago

Having an underline on every word makes it hard to read.

For example, when used in gh.nvim: image

Using TSHighlightCapturesUnderCursor shows that the highlight group is LTSymbol which is defined as

        LTSymbol               = 'hi LTSymbol                 guifg=#87afd7 gui=underline',
dlvhdr commented 2 years ago

Closing in favor of https://github.com/ldelossa/gh.nvim/issues/73