Add user autocmd TelescopeFindPre (#491)

* Add user autocmd Telescope

* change name to TelescopeFindPre

* update Readme for Telescope user autocmds
This commit is contained in:
Raphael
2021-02-03 12:23:28 +08:00
committed by GitHub
parent feacafacbc
commit 779704bf26
2 changed files with 12 additions and 0 deletions

View File

@@ -520,6 +520,15 @@ Telescope find_files theme=get_dropdown
Themes should work with every `telescope.builtin` function. If you wish to
make theme, check out `lua/telescope/themes.lua`.
## Autocmds
Telescope user autocmds:
| Event | Description |
|---------------------------------|----------------------------------------------------|
| `User TelescopeFindPre` | Do it before create Telescope all the float window |
| `User TelescopePreviewerLoaded` | Do it after Telescope previewer window create |
## Extensions