fix(telescope): flash integration

This commit is contained in:
Folke Lemaitre committed 2024-06-12 18:20:16 +02:00
1 parent ff223e7347
commit db8e0f7d35
1 file changed
+4 -1
@@ -195,9 +195,12 @@ return {
-- Flash Telescope config
{
"folke/flash.nvim",
"nvim-telescope/telescope.nvim",
optional = true,
opts = function(_, opts)
if not LazyVim.has("flash.nvim") then
return
end
local function flash(prompt_bufnr)
require("flash").jump({
pattern = "^",