daa84 / neovim-gtk

gtk ui for neovim
GNU General Public License v3.0
716 stars 57 forks source link

Adds an option to change cursor blinking #260

Closed licynthiax closed 3 years ago

licynthiax commented 3 years ago

:NGSetCursorBlink can set the number of times the cursor blinks before stopping or disable the cursor blinking entirely. If the value passed in is negative, the cursor won't stop blinking, and if it's zero, the cursor won't blink.

I'm a newbie at both Rust and Vim, so I'm not sure if this is the best way of implementing the option. Thanks!!

daa84 commented 3 years ago

Thank you