diff options
author | Chris <[email protected]> | 2021-03-14 21:36:54 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2021-03-14 21:36:54 -0400 |
commit | 3fd4e13bf77c4e2005b69392fb15d6fe2937f5e3 (patch) | |
tree | 4dd2622cbc8562de79f783cc48d192458bdec789 /lua/settings.lua | |
parent | ce21cc9c636950b8cb9827f2a23d8169a9d700fb (diff) |
add back which key
Diffstat (limited to 'lua/settings.lua')
-rw-r--r-- | lua/settings.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/settings.lua b/lua/settings.lua index 99b72622..107d61bd 100644 --- a/lua/settings.lua +++ b/lua/settings.lua @@ -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" |