diff options
| author | Gustavo Sampaio <gbritosampaio@gmail.com> | 2021-01-31 16:32:31 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-31 22:32:31 +0300 |
| commit | ef3262f94ae95c8e91bcc79ff7ed149a420ba1b9 (patch) | |
| tree | b457439e2c75e0fe3280ba860de2b2215d68b853 | |
| parent | 689dd12385f6689bb8d413945558c455379e2738 (diff) | |
readme: Add new community extension: asynctasks (#483)
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -536,6 +536,7 @@ enhancements by using compiled C and interfacing directly with Lua. - [telescope-vimspector.nvim](https://github.com/nvim-telescope/telescope-vimspector.nvim) - Integration for [vimspector](https://github.com/puremourning/vimspector) - [telescope-fzf-writer.nvim](https://github.com/nvim-telescope/telescope-fzf-writer.nvim) - Incorporating some fzf concepts with plenary jobs and telescope - [telescope-symbols.nvim](https://github.com/nvim-telescope/telescope-symbols.nvim) - Picking symbols and insert them at point. +- [telescope-asynctasks.nvim](https://github.com/GustavoKatel/telescope-asynctasks.nvim) - Integration for [asynctasks](https://github.com/skywind3000/asynctasks.vim) Extensions can be refenced by doing the following: |
