Closed nwaywood closed 8 years ago
Hmm, blink-cursor="false"
should stop blinking cursor. I need to investigate.
@rhysd Thanks, and just to clarify, I am referring to the cursor blinking in normal mode
.
Please use no-blink-cursor
attribute instead as below:
<neovim-editor id="nyaovim-editor"
argv$="[[argv]]"
font-size="14"
no-blink-cursor
font="Fura Mono for Powerline Plus Nerd File Types,monospace"></neovim-editor>
I renamed the attribute because HTML element's attribute can't have default true
value.
https://github.com/Polymer/polymer/issues/1812
I'll ship this fix in v0.7.0.
I'm not sure if its a bug or I'm doing something wrong, but I have tried
and
but the cursor doesn't stop blinking in normal mode.