Change cursor to stay fat even in insert mode

This commit is contained in:
2025-12-04 17:15:10 +02:00
parent d4f64f84f1
commit 6fe376ca7d

View File

@@ -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