https://github.com/user-attachments/assets/ab587779-27fc-41eb-8890-d310a44283d8
smudge.nvim is a performant cursor animation plugin for Neovim!
{
"stikypiston/smudge.nvim",
opts = {
-- These are the default options. Leave the table blank (as in opts = {}) for this config, or customise it yourself!
char = "░", -- smear character
hl = "SmudgeCursor",
max_age = 80, -- ms before smear disappears
length = 2, -- max trail length
}
}