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 Nvim 10.0 new "LspInlayHint" and "WinSeparator" #154

Open
dupeiran001 opened this issue Mar 7, 2024 · 1 comment
Open

support Nvim 10.0 new "LspInlayHint" and "WinSeparator" #154

dupeiran001 opened this issue Mar 7, 2024 · 1 comment

Comments

@dupeiran001
Copy link

as shown here:

Screenshot 2024-03-07 at 13 07 37

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

@stevalkr
Copy link

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' }
      )

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