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

Support for fidget.nvim #202

Closed
zefr0x opened this issue Aug 15, 2022 · 0 comments
Closed

Support for fidget.nvim #202

zefr0x opened this issue Aug 15, 2022 · 0 comments

Comments

@zefr0x
Copy link

zefr0x commented Aug 15, 2022

I've tested that with every github theme from dark_default to light_colorblind and it conflicts with fidget.nvim plugin, since the color of the FidgetTask text (which is linked to NonText here) is the same as the background, so the text is invisible.

For now i fixed that using:

vim.api.nvim_set_hl(0, "FidgetTask", {fg="#58a6ff"})

This native lua function is available for (nvim 0.7.0+) documentation

More info:

@zefr0x zefr0x changed the title Feature: Support for fidget.nvim Support for fidget.nvim Aug 15, 2022
@ful1e5 ful1e5 closed this as completed in 5d1b567 May 6, 2023
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

1 participant