This commit is contained in:
2025-08-28 23:17:34 +02:00
parent fe3886fbdf
commit 20a49c3f58
31 changed files with 440 additions and 117 deletions

View File

@@ -0,0 +1,12 @@
-- 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 = {},
}