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

:dig has unreadable digraphs #114

Open
2 tasks done
waterkip opened this issue Mar 2, 2024 · 1 comment · May be fixed by #115
Open
2 tasks done

:dig has unreadable digraphs #114

waterkip opened this issue Mar 2, 2024 · 1 comment · May be fixed by #115

Comments

@waterkip
Copy link

waterkip commented Mar 2, 2024

Environment:

  • OS: Debian unstable
  • Vim (:version) VIM - Vi IMproved 9.1 (2024 Jan 02, compiled Jan 11 2024 20:38:16)
  • Terminal kitty

If you have a trouble with coloration and are using Vim/Neovim with terminal:

  • Does your Vim support full colors? (:set termguicolors)
  • Does your terminal support full colors? (e.g. Terminal.app doesn't support it)

Hi, when I do :dig it is really hard to see the digraphs. When I do a select I get to see the graphs, as seen in the screenshot.
Screenshot from 2024-03-02 16-01-40

Would you happen to known how I can make the digraphs more visible? Many thanks!

@waterkip
Copy link
Author

I found out the reason why. This if statement is causing a link to whitespace:

if !has('nvim')

I'm not sure why this is here, because it messes with the display mode. If I set the SpecialKey back to whatever it was it works.

I'm happy to supply a patch that removes the line, but as said, I dunno what the reason is for the if statement. Please advise :)

waterkip added a commit to waterkip/iceberg.vim that referenced this issue Mar 14, 2024
When using diacritics the colorscheme makes it hard to read the digraph
symbols this is due to the `hi! link SpecialKey Whitespace' setting that
is implemented when not in nvim. I don't know the reason for this being
in so I added a configuration item to tweak this behavior. It is fully
backwards compatible.

Closes: cocopon#114

Signed-off-by: Wesley Schwengle <wesleys@opperschaap.net>
@waterkip waterkip linked a pull request Mar 14, 2024 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant