13 lines
248 B
Lua
13 lines
248 B
Lua
-- smear-cursor
|
|
--
|
|
-- Neovim plugin to animate the cursor with a smear effect in all terminals.
|
|
-- Inspired by Neovide's animated cursor.
|
|
--
|
|
-- https://github.com/sphamba/smear-cursor.nvim
|
|
--
|
|
|
|
return {
|
|
'sphamba/smear-cursor.nvim',
|
|
opts = {},
|
|
}
|