fix: remove vim bugged cmdheight
This commit is contained in:
parent
5484778b0e
commit
2e910c6582
1 changed files with 1 additions and 2 deletions
|
@ -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 -----
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue