mirror of
https://github.com/zoriya/telescope.nvim.git
synced 2026-05-29 17:32:30 +00:00
feat: borders and no previews for rocker
This commit is contained in:
@@ -65,6 +65,11 @@ keymap["enter"] = function(prompt_bufnr, results_bufnr)
|
||||
return
|
||||
end
|
||||
|
||||
-- TODO: This is not great.
|
||||
if type(value) == "table" then
|
||||
value = entry.display
|
||||
end
|
||||
|
||||
local sections = vim.split(value, ":")
|
||||
|
||||
local filename = sections[1]
|
||||
|
||||
Reference in New Issue
Block a user