lotsa cool updates

This commit is contained in:
Chris 2021-03-14 16:55:38 -04:00
parent 8de9592cb6
commit 7fcb36f16d
5 changed files with 91 additions and 1 deletions

View file

@ -31,7 +31,7 @@ vim.o.showtabline=2 --Always show tabs
vim.o.showmode=false --We don't need to see things like -- INSERT -- anymore
vim.o.backup=false --This is recommended by coc
vim.o.writebackup=false --This is recommended by coc
vim.o.signcolumn="yes" --Always show the signcolumn, otherwise it would shift the text each time
vim.wo.signcolumn="yes" --Always show the signcolumn, otherwise it would shift the text each time
vim.o.updatetime=300 --Faster completion
vim.o.timeoutlen=1000 --By default timeoutlen is 1000 ms
vim.o.clipboard="unnamedplus" --Copy paste between vim and everything else