VidocqH / lsp-lens.nvim

Neovim plugin for displaying references and difinition infos upon functions like JB's IDEA.
MIT License
252 stars 15 forks source link

fix: prevent try to display lines on invalid buffer #34

Closed ofseed closed 6 months ago

ofseed commented 7 months ago

Maybe because this function is called in a timer, sometimes lsp-lens will report an invalid buffer error when a temporary buffer is closed.