GustavoKatel / telescope-asynctasks.nvim

Integration for asynctasks with telescope.nvim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Lua 100.0%