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