generation 556 25.11.20250714.62e0f05

This commit is contained in:
2025-12-18 04:28:33 -05:00
parent a357ea695d
commit 29cc4418ee

View File

@@ -2,10 +2,10 @@ require('smear_cursor').setup({
scroll_buffer_space = false,
smear_between_buffers = false,
smear_between_neighbor_lines = false,
scroll_buffer_space = true,
scroll_buffer_space = false,
stiffness = 0.5,
trailing_stiffness = 0.5,
matrix_pixel_threshold = 0.5,
damping = 0.95,
damping = 1, -- how "bouncy" the cursor is
smear_insert_mode = false,
})