feat(flash): enable in standard search, load earlier

This commit is contained in:
Oliver Ladner 2025-05-21 14:48:39 +02:00
commit 91fcc5d397

View file

@ -2,7 +2,13 @@
-- https://github.com/folke/flash.nvim
return {
"folke/flash.nvim",
event = "BufEnter", -- as `VeryLazy` is too late for `f` and `/` searches
opts = {
modes = {
search = {
enabled = true,
},
},
label = {
-- allow uppercase labels
uppercase = true,