generation 525 25.11.20250714.62e0f05
This commit is contained in:
@@ -1,19 +1,10 @@
|
|||||||
require('smear_cursor').setup({
|
require('smear_cursor').setup({
|
||||||
-- Main options
|
scroll_buffer_space = false,
|
||||||
stiffness = 0.4, -- [0, 1] - cursor follow speed
|
smear_between_buffers = false,
|
||||||
trailing_stiffness = 0.45, -- [0, 1] - trail follow speed
|
smear_between_neighbor_lines = false,
|
||||||
distance_stop_animating = 0.1, -- stop when close enough
|
stiffness = 0.5,
|
||||||
|
trailing_stiffness = 0.5,
|
||||||
-- Insert mode
|
matrix_pixel_threshold = 0.5,
|
||||||
smear_insert_mode = true,
|
damping = 0.95,
|
||||||
stiffness_insert_mode = 0.5,
|
smear_insert_mode = false,
|
||||||
trailing_stiffness_insert_mode = 0.5,
|
|
||||||
|
|
||||||
-- Visual tweaks
|
|
||||||
cursor_color = "#d3cdc3", -- match your cursor color
|
|
||||||
legacy_computing_symbols_support = false,
|
|
||||||
|
|
||||||
-- Optional
|
|
||||||
smear_between_buffers = true,
|
|
||||||
smear_between_neighbor_lines = true,
|
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user