feat: changed guicursor to ""

This commit is contained in:
s-prechtl 2024-03-06 00:08:43 +01:00
parent 2a7c1c70cd
commit cec1754d95

View file

@ -2,6 +2,7 @@
-- See `:help mapleader`
vim.g.mapleader = ' '
vim.g.maplocalleader = ' '
vim.opt.guicursor = ''
-- [[ Setting options ]]
-- See `:help vim.opt`