options: set cmdheight to 0
This commit is contained in:
parent
b41d552d7a
commit
76ddc5ef4f
1 changed files with 1 additions and 0 deletions
|
@ -47,4 +47,5 @@ vim.opt.tabstop = 2
|
|||
-- Visuals
|
||||
vim.opt.laststatus = 3
|
||||
vim.opt.showmode = false -- Handled by lualine
|
||||
vim.opt.cmdheight = 0 -- Remove gap between lualine and tmux
|
||||
vim.opt.signcolumn = "yes" -- Prevents shifting
|
||||
|
|
Loading…
Reference in a new issue