mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-09 10:00:04 +08:00
docs(documentation): update fuzzy finder list
This commit is contained in:
parent
250473c565
commit
d93d79af40
@ -1520,8 +1520,14 @@ Fuzzy finder provides a variety of efficient content searching key bindings,
|
|||||||
including file searching, outline searching, vim messages searching and register
|
including file searching, outline searching, vim messages searching and register
|
||||||
content searching.
|
content searching.
|
||||||
|
|
||||||
SpaceVim provides five fuzzy find tools, each of them is configured in a layer
|
Currently, there are six fuzzy finder layers:
|
||||||
([`unite`](../layers/unite/), `denite`, `leaderf`, `ctrlp` and `fzf` layer).
|
|
||||||
|
- [`unite`](../layers/unite/) layer: based on `Shougo/unite.vim`
|
||||||
|
- [`denite`](../layers/denite/) layer: based on `Shougo/denite.nvim`
|
||||||
|
- [`leaderf`](../layers/leaderf/) layer: based on `Yggdroot/LeaderF`
|
||||||
|
- [`ctrlp`](../layers/ctrlp/) layer: based on `ctrlpvim/ctrlp.vim`
|
||||||
|
- [`fzf`](../layers/fzf/) layer: based on fzf
|
||||||
|
- [`telescope`](../layers/telescope) layer: based on telescope.nvim
|
||||||
|
|
||||||
These layers have the same key bindings and features. But they need different dependencies.
|
These layers have the same key bindings and features. But they need different dependencies.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user