mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-12-25 12:14:19 +01:00
feat(smear-cursor): enable cursor_color = "none", to show trail using color of target text fg color
This commit is contained in:
@@ -4,6 +4,7 @@ return {
|
||||
cond = vim.g.neovide == nil,
|
||||
opts = {
|
||||
hide_target_hack = true,
|
||||
cursor_color = "none",
|
||||
},
|
||||
specs = {
|
||||
-- disable mini.animate cursor
|
||||
|
||||
Reference in New Issue
Block a user