From 65b07fbfefdbe5fdec585134f39e0c7ab56b6c86 Mon Sep 17 00:00:00 2001 From: beachc15 <60740158+beachc15@users.noreply.github.com> Date: Thu, 17 Dec 2020 09:45:39 -0600 Subject: [PATCH] Update README.MD deoplete auto_complete_delay previous usage no longer works and produces an error, `deoplete#custom#option` is the new way to set auto_complete_delay --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f76968..5fe674e 100644 --- a/README.md +++ b/README.md @@ -178,7 +178,7 @@ Semshi should be snappy on reasonably-sized Python files with ordinary hardware. Completion triggers may block Semshi from highlighting instantly. Try to increase Deoplete's `auto_complete_delay`, e.g.: ```VimL -let g:deoplete#auto_complete_delay = 100 +call deoplete#custom#option('auto_complete_delay', 100) ``` ### There are some incorrect extra highlights.