aboutsummaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
authornathansmith117 <thenathansmithsmith@gmail.com>2024-03-31 12:50:28 -0600
committernathansmith117 <thenathansmithsmith@gmail.com>2024-03-31 12:50:28 -0600
commit4f1d9fcf262ce58db09e50585b1c010f87feba8f (patch)
tree8eae10f255da213ffa1fe633a684b050cf3746db /lua
parent3a2df5dcfb3787b88548d1a7ee6f4fde71b17ccd (diff)
Changed cursor styleHEADmain
Diffstat (limited to 'lua')
-rw-r--r--lua/config_options.lua6
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"
}