Skip to content

GustavoKatel/telescope-asynctasks.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Integration for asynctasks with telescope.nvim

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages