All Projects → GustavoKatel → telescope-asynctasks.nvim

GustavoKatel / telescope-asynctasks.nvim

Licence: MIT license
Integration for asynctasks with telescope.nvim

Programming Languages

lua
6591 projects

Projects that are alternatives of or similar to telescope-asynctasks.nvim

neovimfiles
My Neovim configuration written in Lua
Stars: ✭ 52 (+92.59%)
Mutual labels:  telescope
neovim-cmake
CMake integration for Neovim
Stars: ✭ 60 (+122.22%)
Mutual labels:  telescope
nvim
Structure, documented, super fast neovim configuration. 可能是翻斗花园最好用的 neovim 配置[^1]。
Stars: ✭ 223 (+725.93%)
Mutual labels:  telescope
telescope-repo.nvim
🦘 Jump into the repositories (git, mercurial…) of your filesystem with telescope.nvim, without any setup
Stars: ✭ 99 (+266.67%)
Mutual labels:  telescope
telescope-github.nvim
Integration with github cli
Stars: ✭ 129 (+377.78%)
Mutual labels:  telescope
Virgo
📡 Virgo: A Versatile Spectrometer for Radio Astronomy
Stars: ✭ 85 (+214.81%)
Mutual labels:  telescope
specs.nvim
👓 A fast and lightweight Neovim lua plugin to keep an eye on where your cursor has jumped.
Stars: ✭ 204 (+655.56%)
Mutual labels:  nvim-lua
code runner.nvim
Neovim plugin.The best code runner you could have, it is like the one in vscode but with super powers, it manages projects like in intellij but without being slow
Stars: ✭ 234 (+766.67%)
Mutual labels:  nvim-lua
neovim-session-manager
A simple wrapper around :mksession
Stars: ✭ 148 (+448.15%)
Mutual labels:  telescope
nvim-bufdel
A Neovim plugin to improve buffer deletion
Stars: ✭ 89 (+229.63%)
Mutual labels:  nvim-lua
TART
Transient Array Radio Telescope
Stars: ✭ 20 (-25.93%)
Mutual labels:  telescope
github-notifications.nvim
Statusline + Telescope integration for viewing and interacting with GitHub notifications
Stars: ✭ 70 (+159.26%)
Mutual labels:  telescope
nii-nvim
A minimal neovim configuration
Stars: ✭ 69 (+155.56%)
Mutual labels:  telescope
tmuxjump.vim
A plugin to open file from file paths printed in sibling tmux pane
Stars: ✭ 50 (+85.19%)
Mutual labels:  telescope
nextdriver
An Arduino-based controller for Celestron CG5-series equatorial mounts
Stars: ✭ 21 (-22.22%)
Mutual labels:  telescope
yaml.nvim
🍒 YAML toolkit for Neovim users
Stars: ✭ 81 (+200%)
Mutual labels:  telescope
nova-telescope-link
Smart Link for Laravel Nova to Telescope Debug Assistant.
Stars: ✭ 37 (+37.04%)
Mutual labels:  telescope
dotfiles
Dotfiles for Neovim (0.7+), Fish shell, git, Kitty, tmux, and more.
Stars: ✭ 54 (+100%)
Mutual labels:  nvim-lua
Telescope
Telescope is an engine for efficiently creating meaningful visualizations
Stars: ✭ 26 (-3.7%)
Mutual labels:  telescope
rts2
Contains core part of the RTS2 - RTS2 libraries, and drivers for basic devices.
Stars: ✭ 35 (+29.63%)
Mutual labels:  telescope

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].