feat: add customizable parameters for smear cursor animation

This commit is contained in:
2024-11-25 19:07:10 -05:00
parent bede6f3c40
commit 03751a3a71
2 changed files with 23 additions and 9 deletions
+6 -8
View File
@@ -92,13 +92,6 @@ return {
opts = require('data.types').zen,
keys = require('data.keys').zen,
},
{ -- SmoothCursor
'gen740/SmoothCursor.nvim',
event = 'BufEnter',
-- lazy = true,
opts = require('data.types').smoothcursor,
enabled = false,
},
{ -- Smart Scrolloff
'tonymajestro/smart-scrolloff.nvim',
event = 'VeryLazy',
@@ -169,7 +162,7 @@ return {
'folke/twilight.nvim',
opts = require('data.types').twilight,
},
{
{ -- Smear Cursor
'sphamba/smear-cursor.nvim',
event = 'VeryLazy',
enabled = function()
@@ -177,4 +170,9 @@ return {
end,
opts = require('data.types').smearcursor,
},
{ -- Neoscroll
'karb94/neoscroll.nvim',
event = 'VeryLazy',
opts = {},
},
}