Integration for asynctasks with telescope.nvim
Last updated Jul 5, 2024
35
Stars
2
Forks
1
Issues
0
Stars/day
Attention Score
2
Language breakdown
Lua 100.0%
โธ Files
click to expand
README
telescope-asynctasks.nvim
Integration for asynctasks with telescope.nvim
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๐ More in this category