nord.nvim icon indicating copy to clipboard operation
nord.nvim copied to clipboard

support Nvim 10.0 new "LspInlayHint" and "WinSeparator"

Open dupeiran001 opened this issue 11 months ago • 1 comments

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

dupeiran001 avatar Mar 07 '24 05:03 dupeiran001

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

stevalkr avatar May 25 '24 08:05 stevalkr