neovim: disable cursor blinking

This commit is contained in:
2023-02-03 14:54:26 +03:00
parent 4af51d4f83
commit 90103aa492

View File

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