folke / flash.nvim

Navigate your code with search labels, enhanced character motions and Treesitter integration
Apache License 2.0
2.43k stars 32 forks source link

bug: not work when searching #164

Closed Asthestarsfalll closed 1 year ago

Asthestarsfalll commented 1 year ago

Did you check docs and existing issues?

Neovim version (nvim -v)

0.9.0

Operating system/version

manjaro

Describe the bug

I use AstroNvim to configure my neovim, it does't work when searching: 2023-07-17_17-20

Steps To Reproduce

Not sure how to reproduce it.

Expected Behavior

It should behave like what README says.

Repro

I can't offer the minimal init.lua, bucause it works well when I follow the example init.lua
folke commented 1 year ago

Pretty sure the flash plugin is simply not loaded.

Asthestarsfalll commented 1 year ago

Pretty sure the flash plugin is simply not loaded.

but it works well in "s" and "tTfF" mode 2023-07-17_17-46

folke commented 1 year ago

Did you meanually add flash? If not, maybe search is disabled? Best to check in the Astronvim repo

Asthestarsfalll commented 1 year ago

Did you meanually add flash? If not, maybe search is disabled? Best to check in the Astronvim repo

I solved this, because I neglected the opts option in configuration....