diff --git a/.gitignore b/.gitignore index 40b4332..cf02f99 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ tags en.utf-8.add.spl *.exe .netrwhist +packer_compiled.lua diff --git a/core/options.vim b/core/options.vim index 3fb9389..e241537 100644 --- a/core/options.vim +++ b/core/options.vim @@ -13,7 +13,7 @@ set splitbelow splitright " Time in milliseconds to wait for a mapped sequence to complete, " see https://unix.stackexchange.com/q/36882/221410 for more info -set timeoutlen=1000 +set timeoutlen=500 set updatetime=1000 " For CursorHold events