plugin cleanup

This commit is contained in:
2025-07-26 22:43:40 +02:00
parent 9082f3926a
commit 3abb3491a9
8 changed files with 72 additions and 111 deletions

View File

@@ -45,11 +45,11 @@ return {
smear_insert_mode = true,
-- fast smear
stiffness = 0.8, -- 0.6 [0, 1]
trailing_stiffness = 0.5, -- 0.4 [0, 1]
stiffness_insert_mode = 0.6, -- 0.4 [0, 1]
stiffness = 0.8, -- 0.6 [0, 1]
trailing_stiffness = 0.5, -- 0.4 [0, 1]
stiffness_insert_mode = 0.6, -- 0.4 [0, 1]
trailing_stiffness_insert_mode = 0.6, -- 0.4 [0, 1]
distance_stop_animating = 0.5, -- 0.1 > 0
distance_stop_animating = 0.5, -- 0.1 > 0
},
},
}