Revert "refactor(lsp): simplify list_to_jump (#3099)" (#3101)

This reverts commit e9be6bb7a7.
This commit is contained in:
James Trew
2024-05-14 10:34:00 -04:00
committed by GitHub
parent e9be6bb7a7
commit 6f6bb80655
3 changed files with 37 additions and 37 deletions

View File

@@ -420,7 +420,6 @@ builtin.jumplist = require_on_exported_call("telescope.builtin.__internal").jump
---@field jump_type string: how to goto reference if there is only one and the definition file is different from the current file, values: "tab", "tab drop", "split", "vsplit", "never"
---@field show_line boolean: show results text (default: true)
---@field trim_text boolean: trim results text (default: false)
---@field reuse_win boolean: jump to existing window if buffer is already opened (default: false)
---@field file_encoding string: file encoding for the previewer
builtin.lsp_references = require_on_exported_call("telescope.builtin.__lsp").references