Files
nix-config/home/programs/nvim/plugins/smear.lua

12 lines
324 B
Lua

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