https://github.com/stikypiston/smudge.nvim
A performant cursor animation plugin for Neovim
https://github.com/stikypiston/smudge.nvim
neovim neovim-plugin
Last synced: 3 months ago
JSON representation
A performant cursor animation plugin for Neovim
- Host: GitHub
- URL: https://github.com/stikypiston/smudge.nvim
- Owner: StikyPiston
- License: mit
- Created: 2026-01-07T15:57:17.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-01-20T15:24:01.000Z (3 months ago)
- Last Synced: 2026-01-21T00:26:42.623Z (3 months ago)
- Topics: neovim, neovim-plugin
- Language: Lua
- Homepage:
- Size: 323 KB
- Stars: 5
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-neovim - stikypiston/smudge.nvim - Performant cursor animations. (Animation / CSV Files)
- awesome-neovim-sorted - stikypiston/smudge.nvim
README
# 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)
```lua
{
"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
}
}
```