From ffdb6bb175b5933d2aaa5dabd66bc2da3ffb65c1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 5 Feb 2025 09:16:01 +0000 Subject: [PATCH] chore(build): auto-generate vimdoc --- doc/smear-cursor.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/smear-cursor.txt b/doc/smear-cursor.txt index 2203d03..8d599da 100644 --- a/doc/smear-cursor.txt +++ b/doc/smear-cursor.txt @@ -165,6 +165,15 @@ for the smear (it can be a single color): } < +If you are not using `guicursor`, and you notice the cursor getting duplicated +(smear visible at the same time as the _real_ cursor), try setting + +>lua + opts = { + hide_target_hack = true, + } +< + USING INIT.VIM *smear-cursor-configuration-using-init.vim*