return { "folke/flash.nvim", event = "VeryLazy", opts = {}, keys = { { "", mode = { "n", "x", "o" }, function() if vim.bo.filetype ~= "qf" then require("flash").jump() end end, desc = "Flash", }, }, }