We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
as shown here:
after changing my Nvim to 0.10.0 preview, I found the win separator become a white line, and the inlay hint color is almost invisible when selected.
Maybe should change win separator fg to background color, and inlay hint to a lighter grey?
Nvim version:
$ nvim -v VIM v0.10.0-dev-2488+g5d4e1693c Build type: RelWithDebInfo LuaJIT 2.1.1707061634 Run "nvim -V1 -v" for more info
this is my Nvim config: dot files
The text was updated successfully, but these errors were encountered:
Seems this repo isn't actively maintained anymore...
Here's my quick fix, using the same hl as comments, good for me
require('nord.util').highlight('LspInlayHint', { fg = colors.nord3_gui_bright, style = 'italic' } )
Sorry, something went wrong.
No branches or pull requests
as shown here:
after changing my Nvim to 0.10.0 preview, I found the win separator become a white line, and the inlay hint color is almost invisible when selected.
Maybe should change win separator fg to background color, and inlay hint to a lighter grey?
Nvim version:
this is my Nvim config: dot files
The text was updated successfully, but these errors were encountered: