Various fixes #5

Merged
lytedev merged 8 commits from lytedev-divvy/dotfiles:master into master 2022-06-14 14:55:59 -05:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit cc386f92c9 - Show all commits

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