Minor changes and setup for vscode extension.
This commit is contained in:
parent
03e3ce1f77
commit
288f5b0e12
5 changed files with 201 additions and 19 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue