commit cef09940687ecc77a9c0305dd2a3af1d87586274 from: amb date: Thu May 14 15:46:13 2026 UTC Disable bad cursor behavior commit - 23e08ceeaaa083ecae7023d409f832e0a2dddd83 commit + cef09940687ecc77a9c0305dd2a3af1d87586274 blob - f8f6dec8000b8e3dd72d1ee3b0c8c64adafa84f4 blob + 5ef83f83fb20b23d34e24f3f86fb2bd310e6bbd8 --- lua/options.lua +++ lua/options.lua @@ -71,3 +71,6 @@ vim.api.nvim_create_autocmd("FileType", { vim.opt_local.makeprg = "go build . 2>&1" end, }) + +-- Disable cursor changes between modes +vim.opt.guicursor = ""