Skip to content

indium114/smudge.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

smudge.nvim

smudge-nvim_demo.mp4

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

About

A performant cursor animation plugin for Neovim

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages