From: Sergey Matveev Date: Wed, 27 Jan 2021 08:40:22 +0000 (+0300) Subject: g:lsp_documentation_float_docked does not help anyhow X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=commitdiff_plain;h=f8ad886e2bcf071a48a624e63cafc567587fad81;ds=sidebyside g:lsp_documentation_float_docked does not help anyhow --- 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