From f8ad886e2bcf071a48a624e63cafc567587fad81 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Wed, 27 Jan 2021 11:40:22 +0300 Subject: [PATCH] g:lsp_documentation_float_docked does not help anyhow --- vim/.vim/plugin/lsp.vim | 1 - 1 file changed, 1 deletion(-) diff --git a/vim/.vim/plugin/lsp.vim b/vim/.vim/plugin/lsp.vim index 678a77d..3a93544 100644 --- a/vim/.vim/plugin/lsp.vim +++ b/vim/.vim/plugin/lsp.vim @@ -4,7 +4,6 @@ let g:loaded_mein_lsp = 1 let g:lsp_highlight_references_enabled = 1 let g:lsp_diagnostics_echo_cursor = 1 let g:lsp_diagnostics_echo_delay = -1 -let g:lsp_documentation_float_docked = 1 function! s:on_lsp_buffer_enabled() abort setlocal omnifunc=lsp#complete -- 2.44.0