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
|
-- https://github.com/folke/flash.nvim
|
||||||
return {
|
return {
|
||||||
"folke/flash.nvim",
|
"folke/flash.nvim",
|
||||||
|
event = "BufEnter", -- as `VeryLazy` is too late for `f` and `/` searches
|
||||||
opts = {
|
opts = {
|
||||||
|
modes = {
|
||||||
|
search = {
|
||||||
|
enabled = true,
|
||||||
|
},
|
||||||
|
},
|
||||||
label = {
|
label = {
|
||||||
-- allow uppercase labels
|
-- allow uppercase labels
|
||||||
uppercase = true,
|
uppercase = true,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue