neovim: command height 0 yes please

This commit is contained in:
Daniel Lundin 2022-10-01 22:41:19 +02:00
parent 852517c7e3
commit 2c5e11fe45

View file

@ -55,6 +55,7 @@ vim.wo.cursorline = true
vim.wo.number = true
vim.wo.signcolumn = "yes"
vim.o.laststatus = 3
vim.o.cmdheight = 0
-- vim.o.statusline = "═"
vim.o.fillchars = "stl: ,stlnc: "
-- vim.o.title = true