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

@ -1 +1 @@
Subproject commit 910482f8c8ba25234e0eb208419f39c06985aab3
Subproject commit 1bf0124779f753a74f269ded5f47a2aae25fd114

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