From e39b00703c08d5ea469301c0e4300c8c6b437a66 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Wed, 28 Apr 2021 12:36:47 +0300 Subject: [PATCH] Possibly disabling signature_help will help with changelist breaking --- vim/.vim/plugin/lsp.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/vim/.vim/plugin/lsp.vim b/vim/.vim/plugin/lsp.vim index dfffc1b..45f903c 100644 --- a/vim/.vim/plugin/lsp.vim +++ b/vim/.vim/plugin/lsp.vim @@ -4,6 +4,7 @@ let g:lsp_auto_enable = 1 let g:lsp_diagnostics_echo_cursor = 1 let g:lsp_diagnostics_echo_delay = -1 +let g:lsp_signature_help_enabled = 0 function! s:on_lsp_buffer_enabled() abort setlocal omnifunc=lsp#complete -- 2.44.0