General updates

This commit is contained in:
Mariano Uvalle 2021-12-01 21:26:29 -08:00
parent 410498b2c1
commit 91f122bcd1
5 changed files with 19 additions and 10 deletions

View file

@ -23,6 +23,7 @@ vim.o.timeoutlen = 500 -- By default timeoutlen is 1000 ms
vim.cmd(":set number relativenumber")
vim.cmd("highlight ColorColumn ctermbg=0 guibg=grey")
------ Folding
-- vim.o.foldlevel = 99
-- Persist folds.