hismailbulut / Neoray

Simple and lightweight GUI client for Neovim
MIT License
148 stars 5 forks source link

Odd cursor animation in command line #6

Closed andis-sprinkis closed 2 years ago

andis-sprinkis commented 3 years ago

Animation in command line seems way more intense than in the editor insert mode, not sure if it's intentional. demonstration

hismailbulut commented 3 years ago

You are right and this is so weird. It also happens when using floaterm in terminal normal mode. But I couldn't find a way to fix this because neovim sends this positions. When I researching this issue I realized that it doesn't happen in neovide. And I started to look the neovide source code. If I can not fix this, I will open an issue in neovim. I also accept some help if someone knows how to fix this issue.