]> git.huck.website - nvim.git/commitdiff
change command height from 0 -> 1 so messages are easily not skipped
authorHuck Boles <huck@huck.website>
Thu, 11 May 2023 23:28:42 +0000 (18:28 -0500)
committerHuck Boles <huck@huck.website>
Thu, 11 May 2023 23:28:42 +0000 (18:28 -0500)
lua/settings.lua

index d4f2d7c5a8356573c2ddfcd8746e1237cdbf0b44..386c6e22187ed6ec65ae4b38189a0e6fa05438f4 100644 (file)
@@ -44,7 +44,7 @@ vim.o.expandtab = true
 vim.o.shiftround = true
 
 vim.o.showcmd = true
-vim.o.cmdheight = 0
+vim.o.cmdheight = 1
 vim.o.cmdwinheight = 10
 
 vim.o.backupdir = '/home/huck/.local/state/nvim/backup'