prabirshrestha / vim-lsp

async language server protocol plugin for vim and neovim
MIT License
3.1k stars 304 forks source link

Add LspAddTreeReferences #1484

Closed satorunooshie closed 1 year ago

satorunooshie commented 1 year ago

Just like :LspAddTreeCallHierarchyIncoming.

The following example executes :LspCallHierarchyIncoming and :LspAddTreeReferences. demo_lspaddtreereferences

prabirshrestha commented 1 year ago

Merged. Thanks