diagnostic-nvim
diagnostic-nvim copied to clipboard
Diagnostic popup displayes over hover popup
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.