You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ISSUE DESCRIPTION
There are no colors for LSP Inlay Hints in the theme.
So inlay hints blend in with background:
Here is what I could see with "tokyonight-night" theme (the default for LazyVim) and the same piece of code:
POSSIBLE BACKGROUND
According to the "highlight" cmd, LspInlayHints color links to NonText color by default, which seems to be "emptiness".
So you cannot see inlay hints as they blend in with background. (Whitespace color also referes to NonText)
This also applies to LspCodeLens and some other colors.
CONFIG
I mostly use the default LazyVim config.
The plugin is added via { "Shatur/neovim-ayu" } line. lsp-colors do not help somehow
AYU is one of the best themes I have seen, but I can't use it without such a feature (like you don't see some of the code on the screen)
The text was updated successfully, but these errors were encountered:
ISSUE DESCRIPTION
There are no colors for LSP Inlay Hints in the theme.
So inlay hints blend in with background:
Here is what I could see with
"tokyonight-night"
theme (the default forLazyVim
) and the same piece of code:POSSIBLE BACKGROUND
According to the "highlight" cmd, LspInlayHints color links to NonText color by default, which seems to be "emptiness".
So you cannot see inlay hints as they blend in with background. (Whitespace color also referes to NonText)
This also applies to LspCodeLens and some other colors.
CONFIG
I mostly use the default LazyVim config.
The plugin is added via
{ "Shatur/neovim-ayu" }
line.lsp-colors
do not help somehowAYU is one of the best themes I have seen, but I can't use it without such a feature (like you don't see some of the code on the screen)
The text was updated successfully, but these errors were encountered: