feat(neovim): improve cursor smear setup
This commit is contained in:
parent
f56f19eaef
commit
3c46f91077
@ -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,
|
||||
},
|
||||
},
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user