nvimdev / lspsaga.nvim

improve neovim lsp experience
MIT License
3.42k stars 286 forks source link

Fix `peek_definition` when LS response is `Location` #1324

Closed scottming closed 11 months ago

scottming commented 11 months ago

When the result is not tbl_list, #result === 0 will always be true.

Fixes #1323

glepnir commented 11 months ago

Fixed :)