We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fabb572 commit 682a20cCopy full SHA for 682a20c
autoload/lsp.vim
@@ -243,7 +243,8 @@ function! s:on_cursor_moved() abort
243
244
if g:lsp_diagnostics_echo_cursor
245
call lsp#ui#vim#diagnostics#echo#cursor_moved()
246
- elseif g:lsp_diagnostics_float_cursor && lsp#ui#vim#output#float_supported()
+ endif
247
+ if g:lsp_diagnostics_float_cursor && lsp#ui#vim#output#float_supported()
248
call lsp#ui#vim#diagnostics#float#cursor_moved()
249
endif
250
0 commit comments