neovim: add cmdheight=0 option

This commit is contained in:
2022-10-01 22:28:06 +03:00
parent 55f8664122
commit 5ca161d280

View File

@@ -34,6 +34,7 @@ opt.guicursor = "a:block,i:ver25"
opt.fileformat = "unix"
opt.fileformats = { "unix", "dos", "mac" }
opt.laststatus = 3
opt.cmdheight = 0
opt.smartcase = true
opt.ignorecase = true
opt.scrolloff = 5