Using diagnostic-nvim with lsp-config 1. Have a line with an error on some symbol 2. Get cursor on the symbol 3. Execute `lua vim.lsp.buf.hover()` 4. Diagnostics popup dissappears 5. Popup with docs for symbol are displayed Expected: diagnostics popup stays hidden Actual: diagnostics popup reappears in short time over docs popup.
Using diagnostic-nvim with lsp-config
lua vim.lsp.buf.hover()Expected: diagnostics popup stays hidden
Actual: diagnostics popup reappears in short time over docs popup.