set guicursor option

This commit is contained in:
2022-03-10 12:22:52 +03:00
parent 7aa2a58751
commit f41b61de0e

View File

@@ -30,6 +30,7 @@ opt.signcolumn = "yes"
opt.fillchars:append({ eob = " " })
opt.showtabline = 2
opt.showcmd = false
opt.guicursor = "a:block,i:ver25"
-- if vim.fn.has("win32") == 1 then
-- opt.shell = "powershell.exe"