feat(neovim): improve cursor smear setup

This commit is contained in:
João Paulo Dubas 2025-02-22 15:52:47 +00:00
parent f56f19eaef
commit 3c46f91077
Signed by: joao.dubas
SSH Key Fingerprint: SHA256:V1mixgOGRc/YMhGx/DNkOSmJxgA2vHNrDZEk3wt/kOA

View File

@ -276,6 +276,13 @@ return {
},
{
'sphamba/smear-cursor.nvim',
opts = {},
opts = {
cursor_color = '#ff8800',
gamma = 1,
hide_target_hack = true,
stiffness = 0.3,
trailing_exponent = 10,
trailing_stiffness = 0.1,
},
},
}