...
This commit is contained in:
parent
23b94a83bd
commit
c3eebd74fb
5
init.vim
5
init.vim
|
@ -272,7 +272,6 @@ lua << EOF
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
require('smoothcursor').setup({
|
require('smoothcursor').setup({
|
||||||
autostart = true,
|
autostart = true,
|
||||||
cursor = "", -- cursor shape (need nerd font)
|
cursor = "", -- cursor shape (need nerd font)
|
||||||
|
@ -281,7 +280,7 @@ lua << EOF
|
||||||
type = "default", -- define cursor movement calculate function, "default" or "exp" (exponential).
|
type = "default", -- define cursor movement calculate function, "default" or "exp" (exponential).
|
||||||
fancy = {
|
fancy = {
|
||||||
enable = true, -- enable fancy mode
|
enable = true, -- enable fancy mode
|
||||||
head = { cursor = "▷", texthl = "SmoothCursor", linehl = nil },
|
head = { cursor = "", texthl = "SmoothCursor", linehl = nil },
|
||||||
body = {
|
body = {
|
||||||
{ cursor = "", texthl = "SmoothCursorYellow" },
|
{ cursor = "", texthl = "SmoothCursorYellow" },
|
||||||
{ cursor = "", texthl = "SmoothCursorYellow" },
|
{ cursor = "", texthl = "SmoothCursorYellow" },
|
||||||
|
@ -294,7 +293,7 @@ lua << EOF
|
||||||
tail = { cursor = nil, texthl = "SmoothCursor" }
|
tail = { cursor = nil, texthl = "SmoothCursor" }
|
||||||
},
|
},
|
||||||
flyin_effect = nil, -- "bottom" or "top"
|
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
|
intervals = 25, -- tick interval
|
||||||
priority = 10, -- set marker priority
|
priority = 10, -- set marker priority
|
||||||
timeout = 1500, -- timout for animation
|
timeout = 1500, -- timout for animation
|
||||||
|
|
Loading…
Reference in a new issue