From 89cc304dc0947bb344e3f7d1a27e0027b9b444e3 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Tue, 14 Jul 2020 15:41:25 +0300 Subject: [PATCH] Completely remove asyncomplete --- vim/.vim/plugin/lsp.vim | 3 --- 1 file changed, 3 deletions(-) diff --git a/vim/.vim/plugin/lsp.vim b/vim/.vim/plugin/lsp.vim index f951f36..93b49b2 100644 --- a/vim/.vim/plugin/lsp.vim +++ b/vim/.vim/plugin/lsp.vim @@ -1,6 +1,3 @@ -let g:asyncomplete_auto_completeopt = 0 -let g:asyncomplete_auto_popup = 0 - let g:lsp_highlight_references_enabled = 1 let g:lsp_diagnostics_echo_cursor = 1 let g:lsp_diagnostics_echo_delay = -1 -- 2.44.0