diff options
author | nathansmith117 <thenathansmithsmith@gmail.com> | 2024-03-31 12:50:28 -0600 |
---|---|---|
committer | nathansmith117 <thenathansmithsmith@gmail.com> | 2024-03-31 12:50:28 -0600 |
commit | 4f1d9fcf262ce58db09e50585b1c010f87feba8f (patch) | |
tree | 8eae10f255da213ffa1fe633a684b050cf3746db /lua/config_options.lua | |
parent | 3a2df5dcfb3787b88548d1a7ee6f4fde71b17ccd (diff) |
Diffstat (limited to 'lua/config_options.lua')
-rw-r--r-- | lua/config_options.lua | 6 |
1 files changed, 3 insertions, 3 deletions
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" } |