19 lines
323 B
Lua
19 lines
323 B
Lua
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 },
|
|
},
|
|
},
|
|
},
|
|
}
|