nvim/lua/custom/plugins/smear_cursor.lua
2024-11-28 11:06:28 -03:00

13 lines
416 B
Lua

return {
"sphamba/smear-cursor.nvim",
opts = {
legacy_computing_symbols_support = true,
transparent_bg_fallback_color = "#303030",
stiffness = 0.8, -- 0.6 [0, 1]
trailing_stiffness = 0.6, -- 0.3 [0, 1]
trailing_exponent = 0, -- 0.1 >= 0
distance_stop_animating = 0.5, -- 0.1 > 0
hide_target_hack = false, -- true boolean
},
}