From: Sergey Matveev Date: Tue, 14 Jul 2020 12:41:25 +0000 (+0300) Subject: Completely remove asyncomplete X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=commitdiff_plain;h=89cc304dc0947bb344e3f7d1a27e0027b9b444e3 Completely remove asyncomplete --- 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