Neovim: set cmdheight = 1

This commit is contained in:
Marko Korhonen 2022-09-06 16:37:50 +03:00
parent 5c6d81c7ff
commit 19fbc933df
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