nvim: Use new cmdheight option
This commit is contained in:
parent
94ec530ee9
commit
c9575d0ba8
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@
|
||||||
(set o.termguicolors true)
|
(set o.termguicolors true)
|
||||||
(set o.mouse :a)
|
(set o.mouse :a)
|
||||||
(set o.mousemodel :popup_setpos)
|
(set o.mousemodel :popup_setpos)
|
||||||
|
(set o.cmdheight 0)
|
||||||
;; Backups
|
;; Backups
|
||||||
(set o.backup false)
|
(set o.backup false)
|
||||||
(set o.swapfile false)
|
(set o.swapfile false)
|
||||||
|
|
Loading…
Reference in a new issue