diagnostic-nvim icon indicating copy to clipboard operation
diagnostic-nvim copied to clipboard

Diagnostic popup displayes over hover popup

Open Anrock opened this issue 4 years ago • 0 comments

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.

Anrock avatar Oct 30 '20 23:10 Anrock