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