Skip to content

Commit

Permalink
fix(nvim): Add cmdheight back to default
Browse files Browse the repository at this point in the history
Found that there was rendering issues when the cmdheight was set to 0.
  • Loading branch information
EdenEast committed Oct 17, 2022
1 parent b68bc05 commit 7fd39ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config/.config/nvim/lua/eden/core/options.lua
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ opt.autoindent = true -- maintain indent of current line
opt.breakindent = true -- continue indent visually
opt.belloff = "all" -- I NEVER want to hear this bell for ANY reason
-- opt.clipboard = "unnamedplus" -- use '+' register for all yanks, and deletes
opt.cmdheight = 0 -- set number of lines for the command line to be 0
opt.cursorline = true -- highlight current line
opt.expandtab = true -- always use spaces instead of tabs
opt.foldlevelstart = 99 -- start unfolded
Expand Down

0 comments on commit 7fd39ab

Please sign in to comment.