stikypiston/smudge.nvim

github github
animation
stars 5
issues 1
subscribers 0
forks 1
CREATED

UPDATED


smudge.nvim

https://github.com/user-attachments/assets/ab587779-27fc-41eb-8890-d310a44283d8

smudge.nvim is a performant cursor animation plugin for Neovim!

Installation (lazy.nvim)

{
    "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
    }
}