add back which key

This commit is contained in:
Chris 2021-03-14 21:36:54 -04:00
parent ce21cc9c63
commit 3fd4e13bf7
6 changed files with 257 additions and 6 deletions

View file

@ -33,7 +33,7 @@ vim.o.backup=false --This is recommended by coc
vim.o.writebackup=false --This is recommended by coc
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.timeoutlen=100 --By default timeoutlen is 1000 ms
vim.o.clipboard="unnamedplus" --Copy paste between vim and everything else
vim.o.incsearch=true
vim.o.guifont="JetBrainsMono\\ Nerd\\ Font\\ Mono:h18"