An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

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