make command height default value to see status bar in command mode

This commit is contained in:
2025-05-07 07:30:49 +02:00
parent 1387429c47
commit 2d1dd2bfec
-1
View File
@@ -1,7 +1,6 @@
vim.opt.shell = "zsh"
vim.opt.fileformat = "unix"
vim.opt.fileformats = "unix"
vim.opt.cmdheight = 0
vim.opt.guicursor = ""
vim.opt.mouse = ""