1
0
Fork 0

nvim: Use new cmdheight option

This commit is contained in:
Daniel Kempkens 2022-06-14 13:20:48 +02:00
parent 94ec530ee9
commit c9575d0ba8

View file

@ -53,6 +53,7 @@
(set o.termguicolors true)
(set o.mouse :a)
(set o.mousemodel :popup_setpos)
(set o.cmdheight 0)
;; Backups
(set o.backup false)
(set o.swapfile false)