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
End of buffer Tildes are not visible at all in dark mode using neovim, however they are in light mode. I have tried to change the highlight group with no success. These are my settings:
require('onedark').setup {
ending_tildes=true, -- Show the end-of-buffer tildeshighlights= {
["EndOfBuffer"] = {fg='Grey'}
}
}
I have the same issue in both Kitty and iTerm2 terminals.
The text was updated successfully, but these errors were encountered:
End of buffer Tildes are not visible at all in dark mode using neovim, however they are in light mode. I have tried to change the highlight group with no success. These are my settings:
I have the same issue in both Kitty and iTerm2 terminals.
The text was updated successfully, but these errors were encountered: