Neovim: set cmdheight = 1
This commit is contained in:
parent
5c6d81c7ff
commit
19fbc933df
2 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue