Skip to content

Commit

Permalink
fix: set cmdheight from 2 to 1.
Browse files Browse the repository at this point in the history
  • Loading branch information
adoyle-h committed Sep 10, 2024
1 parent 405611c commit 087e39a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/one/plugins/vim-options.lua
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ default.opt = {
shortmess = 'ilmnrxsWF', -- helps to avoid all the hit-enter prompts caused by file messages
showmode = true,

cmdheight = 2, -- cmd line height. :h 'cmdheight'
cmdheight = 1, -- cmd line height. :h 'cmdheight'
number = true, -- show line number
relativenumber = true, -- show relative line number
-- wrap = false, -- line wrapping
Expand Down

0 comments on commit 087e39a

Please sign in to comment.