up
This commit is contained in:
12
lua/kickstart/plugins/smear-cursor.lua
Normal file
12
lua/kickstart/plugins/smear-cursor.lua
Normal 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 = {},
|
||||
}
|
||||
Reference in New Issue
Block a user