From ede0e03bb0f2ea53f761f12b9a7ec5a9592bb8b3 Mon Sep 17 00:00:00 2001 From: timsu92 <33785401+timsu92@users.noreply.github.com> Date: Mon, 29 Aug 2022 15:43:35 +0800 Subject: [PATCH] docs(readme): update integration with coc --- doc/easymotion.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/easymotion.txt b/doc/easymotion.txt index 1998112..933cbad 100644 --- a/doc/easymotion.txt +++ b/doc/easymotion.txt @@ -1158,8 +1158,8 @@ EasyMotionPromptEnd After the content of buffer and the undo tree are Example with coc.nvim: > - autocmd User EasyMotionPromptBegin silent! CocDisable - autocmd User EasyMotionPromptEnd silent! CocEnable + autocmd User EasyMotionPromptBegin :let b:coc_diagnostic_disable = 1 + autocmd User EasyMotionPromptEnd :let b:coc_diagnostic_disable = 0 < ==============================================================================