Skip to content

Commit

Permalink
feat: make smear nto too crazy
Browse files Browse the repository at this point in the history
  • Loading branch information
reVrost committed Dec 22, 2024
1 parent 347ef07 commit 3fb9f47
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions nvim/lua/plugins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -211,9 +211,7 @@ local plugins = {
},
{
"ggandor/flit.nvim",
config = function()
require("flit").setup()
end,
opts = {},
},
{
"sindrets/diffview.nvim",
Expand Down Expand Up @@ -435,11 +433,7 @@ local plugins = {
"sphamba/smear-cursor.nvim",

opts = {
-- stiffness = 0.8, -- 0.6 [0, 1]
-- trailing_stiffness = 0.5, -- 0.3 [0, 1]
distance_stop_animating = 0.5, -- 0.1 > 0
-- hide_target_hack = false, -- true boolean
smear_between_neighbor_lines = true,
smear_between_neighbor_lines = false,
legacy_computing_symbols_support = true,
},
},
Expand Down

0 comments on commit 3fb9f47

Please sign in to comment.