I just installed the plugin and most things seem to work, but the lsp/ calls that are supposed to display results seem broken. I found that hereipairs is used to iterate over the results. However the results from buf_request_sync() do not have a proper index. For some reason it never has the first index [1]. If I change ipairs to pairs it works. I've pasted what I get as results below:
I just installed the plugin and most things seem to work, but the
lsp/
calls that are supposed to display results seem broken. I found that hereipairs
is used to iterate over the results. However the results from buf_request_sync() do not have a proper index. For some reason it never has the first index [1]. If I changeipairs
topairs
it works. I've pasted what I get as results below: