smudge.nvim

March 27, 2026 ยท View on GitHub

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

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

Installation (lazy.nvim)

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