Files
telescope.nvim/lua
James Trew 2d9e3be46f fix(lsp): pass server resp through client handlers (1)
For LSP methods/pickers:
- references
- definition
- typeDefinition
- implementation

Passes the server results through client (and neovim's) lsp handler
function.
This lets those handlers deal with some of the language server specific
idiosyncrasies.

Also refactors shared code between these pickers.

Other pickers/methods will need similar treatment.
2023-11-06 20:52:03 -05:00
..