NStefan002 / screenkey.nvim

Screencast your keys in Neovim
MIT License
291 stars 5 forks source link

No text visible in window: Expose highlights? #11

Closed Makaze closed 4 months ago

Makaze commented 4 months ago

Problem

I can't see anything in the window on any theme. I'm not sure if it's a highlights issue or it's just not firing. How can I debug?

Steps to reproduce

  1. Use nvchad
  2. :Screenkey
  3. Start navigating
  4. Nothing shows in the window

Expected behavior

The keys show in the window

Neovim version (nvim -v)

NVIM v0.10.0-dev-1405e5c AND v0.9.5

Terminal name/version

alacritty 0.14.0-dev

Makaze commented 4 months ago

screenkey_issue Demo of issue

NStefan002 commented 4 months ago

NVIM v0.10.0-dev-1405e5c AND v0.9.5

0.9.5 is not an issue since Screenkey requires the latest nightly build. See requirements for Screenkey. Also, try updating to the latest nightly, since the feature required for Screenkey was merged only three weeks ago.

Makaze commented 4 months ago

It works on nightly. Thanks.