Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Every word in PR window is highlighted with underline #73

Closed
dlvhdr opened this issue Oct 12, 2022 · 4 comments
Closed

Every word in PR window is highlighted with underline #73

dlvhdr opened this issue Oct 12, 2022 · 4 comments

Comments

@dlvhdr
Copy link
Contributor

dlvhdr commented Oct 12, 2022

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',

When I remove this piece of code, this issue is fixed:

callback = require('litee.lib.util.window').set_tree_highlights,

image

@ldelossa
Copy link
Owner

This is weird, I don't think I've pushed a change which did this recently hmm.

@ldelossa
Copy link
Owner

fixed in: ldelossa/litee.nvim@f8b778b

can you pull latest litee.nvim and confirm?

@dlvhdr
Copy link
Contributor Author

dlvhdr commented Oct 13, 2022

Yes this works!

@ldelossa
Copy link
Owner

Cool, must have just been something I over looked. Closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants