mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-21 16:39:06 +02:00
feat(smear-cursor): enable cursor_color = "none"
, to show trail using color of target text fg color
This commit is contained in:
parent
2263b94439
commit
275c78665e
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ return {
|
|||
cond = vim.g.neovide == nil,
|
||||
opts = {
|
||||
hide_target_hack = true,
|
||||
cursor_color = "none",
|
||||
},
|
||||
specs = {
|
||||
-- disable mini.animate cursor
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue