Iron-E / nvim-libmodal

Create new "modes" for Neovim!
Other
118 stars 7 forks source link

fix(Mode): cursor position doesn't update because of `getchar` #27

Closed Iron-E closed 8 months ago

Iron-E commented 8 months ago

Closes #24

The solution here has been to use vim.highlight.range and hide the real cursor.

See neovim/neovim#20793