Home

Awesome

telescope-asynctasks.nvim

Integration for asynctasks with telescope.nvim

Demo

Demo

Installation

" install asynctasks
Plug 'skywind3000/asynctasks.vim'
Plug 'skywind3000/asyncrun.vim'

" install telescope
Plug 'nvim-lua/popup.nvim'
Plug 'nvim-lua/plenary.nvim'
Plug 'nvim-telescope/telescope.nvim'

" install this integration
Plug 'GustavoKatel/telescope-asynctasks.nvim'

Usage

-- Fuzzy find over current tasks
require('telescope').extensions.asynctasks.all()
:Telescope asynctasks all