feat(smear-cursor): enable cursor_color = "none", to show trail using color of target text fg color

This commit is contained in:
Folke Lemaitre 2024-11-29 14:30:47 +01:00
parent 2263b94439
commit 275c78665e
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

@ -4,6 +4,7 @@ return {
cond = vim.g.neovide == nil, cond = vim.g.neovide == nil,
opts = { opts = {
hide_target_hack = true, hide_target_hack = true,
cursor_color = "none",
}, },
specs = { specs = {
-- disable mini.animate cursor -- disable mini.animate cursor