Minor changes and setup for vscode extension.

This commit is contained in:
Mariano Uvalle 2021-08-24 10:57:24 -07:00
parent 03e3ce1f77
commit 288f5b0e12
5 changed files with 201 additions and 19 deletions

View file

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