From 6fe376ca7d1e7a4ddd367ce3dac948733a09ee95 Mon Sep 17 00:00:00 2001 From: Kyren223 Date: Thu, 4 Dec 2025 17:15:10 +0200 Subject: [PATCH] Change cursor to stay fat even in insert mode --- .config/nvim/lua/options.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/nvim/lua/options.lua b/.config/nvim/lua/options.lua index 3f17116..5c94b98 100644 --- a/.config/nvim/lua/options.lua +++ b/.config/nvim/lua/options.lua @@ -30,6 +30,7 @@ vim.opt.wrap = false vim.opt.linebreak = true -- wrap lines at convenient points vim.opt.laststatus = 3 -- global stautsline vim.opt.smoothscroll = true +vim.opt.guicursor = 'i:block' local dir = vim.fn.fnamemodify(vim.fn.getcwd(), ':t') if dir == 'grimoire' then