use start now, for more speed

This commit is contained in:
christianchiarulli 2021-06-27 22:11:33 -04:00
parent 1dbb05ed5d
commit 3009c6e5f6
10 changed files with 265 additions and 276 deletions

View file

@ -22,6 +22,7 @@ vim.o.conceallevel = 0 -- So that I can see `` in markdown files
vim.cmd('set ts=4') -- Insert 2 spaces for a tab
vim.cmd('set sw=4') -- Change the number of space characters inserted for indentation
vim.cmd('set expandtab') -- Converts tabs to spaces
vim.o.completeopt = "menuone,noselect"
vim.bo.smartindent = true -- Makes indenting smart
vim.wo.number = O.number -- set numbered lines
vim.wo.relativenumber = O.relative_number -- set relative number