yegappan / lsp

Language Server Protocol (LSP) plugin for Vim9
MIT License
473 stars 57 forks source link

Export functions that gather LspDocumentSymbol #486

Closed girishji closed 6 months ago

girishji commented 6 months ago

This minor change allows other plugins to have their own callbacks to gather document symbols from LSP.

girishji commented 6 months ago

This PR is not needed. Didn't realize rpc_a() in lspserver is already available.