aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2024-03-01 18:12:04 +0530
committersinanmohd <sinan@sinanmohd.com>2024-03-01 18:16:50 +0530
commit66bf17e2fefed4d6e60cf421b447b947a7074705 (patch)
tree142cc7456e0b9f9ada1b75d75d4d21e7d98ea130
parent5aacff03453e505ee6e5181e3247676239570dbc (diff)
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
-rw-r--r--lua/core/opts.lua1
1 files changed, 0 insertions, 1 deletions
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