From 4f1d9fcf262ce58db09e50585b1c010f87feba8f Mon Sep 17 00:00:00 2001 From: nathansmith117 Date: Sun, 31 Mar 2024 12:50:28 -0600 Subject: Changed cursor style --- lua/config_options.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lua') diff --git a/lua/config_options.lua b/lua/config_options.lua index 78e2b53..8ce7753 100644 --- a/lua/config_options.lua +++ b/lua/config_options.lua @@ -26,9 +26,9 @@ vim.o.showcmd = false -- Gui stuff. vim.opt.guicursor = { "n-v:blinkon0-block-Cursor/lCursor", - "i-c-ci-ve:hor20-Cursor/lCursor", - "r-cr:hor20", - "o:hor50", + "i-c-ci-ve:ver20-Cursor/lCursor", + "r-cr:ver20", + "o:ver50", "i:blinkwait700-blinkoff400-blinkon250-Cursor/lCursor", "sm:block-blinkwait175-blinkoff150-blinkon175" } -- cgit v1.2.3