From c3eebd74fb10e19258bc82f75ccd840ddbac7cd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=88=D0=BE=D0=B2=D0=B0=D0=BD=20=D0=82=D0=BE=D0=BA=D0=B8?= =?UTF-8?q?=D1=9B-=D0=A8=D1=83=D0=BC=D0=B0=D1=80=D0=B0=D1=86?= Date: Sun, 23 Jul 2023 16:41:30 +0200 Subject: [PATCH] ... --- init.vim | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/init.vim b/init.vim index 3fddbdd..3a3f844 100644 --- a/init.vim +++ b/init.vim @@ -272,7 +272,6 @@ lua << EOF - require('smoothcursor').setup({ autostart = true, cursor = "", -- cursor shape (need nerd font) @@ -281,7 +280,7 @@ lua << EOF type = "default", -- define cursor movement calculate function, "default" or "exp" (exponential). fancy = { enable = true, -- enable fancy mode - head = { cursor = "▷", texthl = "SmoothCursor", linehl = nil }, + head = { cursor = "", texthl = "SmoothCursor", linehl = nil }, body = { { cursor = "", texthl = "SmoothCursorYellow" }, { cursor = "", texthl = "SmoothCursorYellow" }, @@ -294,7 +293,7 @@ lua << EOF tail = { cursor = nil, texthl = "SmoothCursor" } }, flyin_effect = nil, -- "bottom" or "top" - speed = 75, -- max is 100 to stick to your current position + speed = 50, -- max is 100 to stick to your current position intervals = 25, -- tick interval priority = 10, -- set marker priority timeout = 1500, -- timout for animation