sphamba / smear-cursor.nvim

Neovim plugin to animate the cursor with a smear effect
GNU General Public License v3.0
203 stars 3 forks source link

Feature Request: Stretch the cursor to the tab width #7

Open ratheesh opened 16 hours ago

ratheesh commented 16 hours ago

Thanks for the wonderful plugin.

It would be nice to have the cursor stretched to the width of the tab character or the glyph underneath.

Something like the one below from kakoune editor

image

sphamba commented 6 hours ago

Oh wow! That would need to significantly change the way smears are rasterized (and it's already a hacky mess 😆). I'll keep that in mind for the day I need a good challenge