fix(telescope): flash integration

This commit is contained in:
Folke Lemaitre
2024-06-12 16:54:18 +02:00
parent ff223e7347
commit db8e0f7d35

View File

@ -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 = "^",