feat: hide vim command line

This commit is contained in:
AngeD 2022-10-04 23:43:58 +02:00
parent 73b98ef98c
commit 5484778b0e

View File

@ -16,6 +16,7 @@ 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"