mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-21 16:39:06 +02:00
feat(extras): added extra for smear-cursor.nvim
This commit is contained in:
parent
66459f9361
commit
40dba86925
1 changed files with 18 additions and 0 deletions
18
lua/lazyvim/plugins/extras/ui/smear-cursor.lua
Normal file
18
lua/lazyvim/plugins/extras/ui/smear-cursor.lua
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
return {
|
||||||
|
"sphamba/smear-cursor.nvim",
|
||||||
|
event = "VeryLazy",
|
||||||
|
cond = vim.g.neovide == nil,
|
||||||
|
opts = {
|
||||||
|
hide_target_hack = true,
|
||||||
|
},
|
||||||
|
specs = {
|
||||||
|
-- disable mini.animate cursor
|
||||||
|
{
|
||||||
|
"echasnovski/mini.animate",
|
||||||
|
optional = true,
|
||||||
|
opts = {
|
||||||
|
cursor = { enable = false },
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue