mirror of
https://github.com/tiyn/nvim-docs-view.git
synced 2026-05-01 13:21:36 +02:00
Before: Given two sets of hover documentation, a) longer text (more lines) and b) shorter text (fewer lines).. when moving from a) to b), the extra lines from a remain in the buffer. After: With this change, the buffer is cleared before adding new hover text, thus removing the excess trailing lines from any previous hover text.