Coming soon!

This commit is contained in:
Daniel Flanagan 2022-06-13 23:46:09 -05:00
parent 3c280675d8
commit cc386f92c9
Signed by untrusted user: lytedev-divvy
GPG Key ID: 6D69CEEE4ABBCD82
1 changed files with 1 additions and 1 deletions

View File

@ -261,7 +261,7 @@ local options = {
laststatus = 2,
ruler = false,
number = true,
-- cmdheight = 0,
-- cmdheight = 0, -- TODO: coming soon!
}
for k, v in pairs(options) do
vim.o[k] = v