: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!!
: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!!