feat(neovim): improve cursor smear setup

This commit is contained in:
2025-02-22 15:52:47 +00:00
parent f56f19eaef
commit 3c46f91077

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,
},
},
}