neovim: show cursor always as block

This commit is contained in:
2023-02-01 23:00:45 +03:00
parent 91cb9c8fd7
commit 4af51d4f83

View File

@@ -30,7 +30,7 @@ opt.signcolumn = "yes"
opt.fillchars:append({ eob = " " })
opt.showtabline = 2
opt.showcmd = false
opt.guicursor = "a:block,i:ver25"
opt.guicursor = ""
opt.fileformat = "unix"
opt.fileformats = { "unix", "dos", "mac" }
opt.laststatus = 3