We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3014915 commit c7b0f47Copy full SHA for c7b0f47
lua/papis/search/init.lua
@@ -10,7 +10,7 @@ if not has_telescope then
10
log.error("The plugin telescope.nvim wasn't found but the search module is enabled and requires it.")
11
return nil
12
end
13
-local entry_display = require("telescope.pickers.entry_display")
+local entry_display = vim.deepcopy(require("telescope.pickers.entry_display"))
14
entry_display.truncate = function(a) return a end -- HACK: there must better way to turn this off
15
local config = require("papis.config")
16
local commands = require("papis.commands")
0 commit comments