diff options
author | sinanmohd <sinan@sinanmohd.com> | 2024-03-01 18:12:04 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2024-03-01 18:16:50 +0530 |
commit | 66bf17e2fefed4d6e60cf421b447b947a7074705 (patch) | |
tree | 142cc7456e0b9f9ada1b75d75d4d21e7d98ea130 /lua/core/opts.lua | |
parent | 5aacff03453e505ee6e5181e3247676239570dbc (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
Diffstat (limited to 'lua/core/opts.lua')
-rw-r--r-- | lua/core/opts.lua | 1 |
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 |