feat(flash): enable in standard search, load earlier
This commit is contained in:
parent
9da1e94d3a
commit
91fcc5d397
1 changed files with 6 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue