X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=blobdiff_plain;f=vim%2F.vim%2Fplugin%2Flsp.vim;h=678a77d1fc6bb3d29f6246d7aaa3871f51679f96;hp=3a935448e3417104e7d882dacef46a58d4febe6c;hb=78a50f8e61ca5f35791631f37f1b964f7388d5cd;hpb=e2fd2722e7ce6bfd74a98dff306754fa6276ce25 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