fix: remove vim bugged cmdheight

This commit is contained in:
AngeD 2022-10-05 00:31:21 +02:00
parent 5484778b0e
commit 2e910c6582

View File

@ -16,7 +16,6 @@ vim.o.relativenumber = true
vim.o.ignorecase = true
vim.o.smartcase = true
vim.o.ch = 0
vim.o.guicursor = ""
vim.o.suffixes = vim.o.suffixes .. ",.pyc"
@ -27,7 +26,7 @@ vim.o.foldlevel = 99
vim.o.grepprg = "grep -rn"
vim.o.scrolloff = 2
vim.wo.cc = "80"
vim.wo.colorcolumn = "80"
--------------------
----- packages -----