feat: remove guicursor option

This commit is contained in:
Simon Lasbrugnas 2024-04-20 04:05:52 +02:00
parent 105d6cf2ea
commit c1fc0cad11
Signed by untrusted user who does not match committer: simon
GPG key ID: 86039876BA6ED8DE

View file

@ -19,8 +19,6 @@ vim.opt.incsearch = true
vim.opt.termguicolors = true vim.opt.termguicolors = true
vim.opt.guicursor = "n-v-i-c-ci-ve-sm:block,r-cr-o:hor20"
vim.opt.scrolloff = 8 vim.opt.scrolloff = 8
vim.opt.sidescrolloff = 16 vim.opt.sidescrolloff = 16