chore: cmd height to 1

This commit is contained in:
Ian
2026-06-30 08:55:02 +02:00
parent 65758519cb
commit 0eedfb4bd5
+1 -1
View File
@@ -116,7 +116,7 @@ vim.opt.undodir = "/tmp//"
----------------------------------------------------------------------- -----------------------------------------------------------------------
-- Height of the command line area. -- Height of the command line area.
vim.opt.cmdheight = 0 vim.opt.cmdheight = 1
----------------------------------------------------------------------- -----------------------------------------------------------------------