This repository was archived by the owner on Jul 6, 2021. It is now read-only.

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