Neovim: set cmdheight = 1

This commit is contained in:
Marko Korhonen 2022-09-06 16:37:50 +03:00
parent 1542a1a73a
commit 391c1d0e5a
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890
2 changed files with 2 additions and 3 deletions

View file

@ -24,8 +24,7 @@ o.guicursor = table.concat({
-- Enable global statusline
o.laststatus = 3
-- Hide cmdline
o.cmdheight = 0
o.cmdheight = 1
-- Use suda by default
g.suda_smart_edit = 1