From: Sergey Matveev Date: Wed, 20 Jan 2021 08:32:20 +0000 (+0300) Subject: Not sure, but seems docking slightly less distract X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=commitdiff_plain;h=78a50f8e61ca5f35791631f37f1b964f7388d5cd Not sure, but seems docking slightly less distract --- diff --git a/vim/.vim/plugin/lsp.vim b/vim/.vim/plugin/lsp.vim index 3a93544..678a77d 100644 --- a/vim/.vim/plugin/lsp.vim +++ b/vim/.vim/plugin/lsp.vim @@ -4,6 +4,7 @@ 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