Incorrect cursor shape?
Barbaross93 opened this issue · 1 comments
Barbaross93 commented
In both the latest git and release versions of GNvim, I've noticed that the cursor shape always remained as a ibeam. In my init.vim, it should be a horizontal bar. When I try to apply the setting, I can see that the cursor thickness changes if I try something like set guicursor=a:hor10
or set guicursor=a:hor20
but the shape itself does not change.
vhakulinen commented
Note to self: the cursor currently doesn't consider the shape. See
gnvim/ui/src/components/cursor/imp.rs
Lines 160 to 185 in 8f020b2