Adds smear_cursor

This commit is contained in:
Michel Fedde 2025-02-23 23:28:59 +01:00
parent 36b2cbea3d
commit f3281f59f4
2 changed files with 10 additions and 0 deletions

View file

@ -0,0 +1,9 @@
return {
"sphamba/smear-cursor.nvim",
opts = {
legacy_computing_symbols_support = true,
stiffness = 0.8,
trailing_stiffness = 0.5,
distance_stop_animating = 0.5,
},
}