NStefan002 / screenkey.nvim

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

Doesn't show any keys #10

Closed ArjunSahlot closed 4 months ago

ArjunSahlot commented 4 months ago

Problem

The window shows up, but when I type something, nothing gets updated, it remains as a blank window.

Steps to reproduce

Here is my config:

return {
  {
    "NStefan002/screenkey.nvim",
    config = function()
      local sk = require("screenkey")
      sk.setup()
      vim.keymap.set("n", "<leader>sk", sk.toggle)
    end,
  },
}

Expected behavior

Window should start showing last typed characters.

Terminal name/version

wezterm 20240203-110809-5046fc22

ArjunSahlot commented 4 months ago

By the way, I know I haven't provided enough info for you to debug this by yourself, so I'm down to test stuff out for you. Also, there aren't any errors popping up, so it's not easy for me to tell what's going wrong.

ArjunSahlot commented 4 months ago

Oh I just realized... my neovim version is out of date. My bad for creating this bug report, but, for the future I think you should add a neovim version input in the bug report template.

NStefan002 commented 4 months ago

for the future I think you should add a neovim version input in the bug report template

Totally agree. Thanks for pointing that out. I will add it as soon as possible.