From 66bf17e2fefed4d6e60cf421b447b947a7074705 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Fri, 1 Mar 2024 18:12:04 +0530 Subject: Revert "core: set cmdheight = 0" This reverts commit ae3fbcc55c32c05225a5f911fb6a991a8c214ca8. this option is still experimental, it can cause issues such as - flickering lualine during nvim-cmp selection - "Press ENTER or type command to continue" when opening :Ex --- lua/core/opts.lua | 1 - 1 file changed, 1 deletion(-) (limited to 'lua/core') diff --git a/lua/core/opts.lua b/lua/core/opts.lua index fed12f9..11c8413 100644 --- a/lua/core/opts.lua +++ b/lua/core/opts.lua @@ -23,4 +23,3 @@ vim.o.guicursor = false vim.o.showmode = false vim.o.numberwidth = 2 vim.o.ruler = false -vim.o.cmdheight = 0 -- cgit v1.2.3