feat: vim remove bugged cmdheight
This commit is contained in:
parent
cae77e184d
commit
2036202084
2 changed files with 1 additions and 2 deletions
|
@ -14,7 +14,6 @@ vim.o.list = true
|
||||||
vim.o.number = true
|
vim.o.number = true
|
||||||
vim.o.relativenumber = true
|
vim.o.relativenumber = true
|
||||||
vim.o.laststatus = 3
|
vim.o.laststatus = 3
|
||||||
vim.o.cmdheight = 0
|
|
||||||
|
|
||||||
vim.o.ignorecase = true
|
vim.o.ignorecase = true
|
||||||
vim.o.smartcase = true
|
vim.o.smartcase = true
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 0c038493b37e67bed287ff99722a9ced5cdfe617
|
Subproject commit cbf8762f15fac03a51eaa2c6f983d4a5045c95b4
|
Loading…
Add table
Add a link
Reference in a new issue