Add smear cursor plugin to neovim
This commit is contained in:
parent
1e166c632b
commit
3d3de5d221
1 changed files with 19 additions and 0 deletions
19
nvim/lua/plugs/smear_cursor.lua
Normal file
19
nvim/lua/plugs/smear_cursor.lua
Normal file
|
|
@ -0,0 +1,19 @@
|
||||||
|
return {
|
||||||
|
"sphamba/smear-cursor.nvim",
|
||||||
|
opts = {
|
||||||
|
smear_between_buffers = true,
|
||||||
|
|
||||||
|
min_horizontal_distance_smear = 3,
|
||||||
|
min_vertical_distance_smear = 2,
|
||||||
|
|
||||||
|
scroll_buffer_space = true,
|
||||||
|
smear_insert_mode = false,
|
||||||
|
|
||||||
|
cursor_color = "#d3cdc3",
|
||||||
|
transparent_bg_fallback_color = "#303030",
|
||||||
|
|
||||||
|
stiffness = 0.85,
|
||||||
|
trailing_stiffness = 0.7,
|
||||||
|
distance_stop_animating = 0.5,
|
||||||
|
},
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue