From f7b1e3dd381fc7104c571c04a1c90660fe89f763 Mon Sep 17 00:00:00 2001 From: asep komarudin Date: Wed, 20 Dec 2023 19:40:13 +0700 Subject: [PATCH] update config blink cursor --- lua/user/options.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/user/options.lua b/lua/user/options.lua index 7dc3d22..75a4b84 100644 --- a/lua/user/options.lua +++ b/lua/user/options.lua @@ -12,6 +12,7 @@ local options = { ignorecase = true, -- Case insensitive searching laststatus = 3, -- globalstatus + guicursor = "n-v-c:block,i-ci-ve:ver25,r-cr:hor20,o:hor50,a:blinkwait700-blinkoff400-blinkon250-Cursor/lCursor,sm:block-blinkwait175-blinkoff150-blinkon175", lazyredraw = true, -- lazily redraw screen mouse = "a", -- Enable mouse support