asynctasks.vim icon indicating copy to clipboard operation
asynctasks.vim copied to clipboard

:rocket: Modern Task System for Project Building, Testing and Deploying !!

Results 42 asynctasks.vim issues
Sort by recently updated
recently updated
newest added

我的场景是,这样就不需要写死执行 python 脚本的虚拟环境路径了。

I have a command that generates some output that I'd like to insert at cursor. I search docs and issues couldn't find an issue related. This should be useful right?

For #92 可编辑的默认输入。 我不用windows,在linux和mac上面测试通过。

在vim里面执行`:AsyncTask test` 默认值会打印出来,并且可以删改,如图: ![image](https://user-images.githubusercontent.com/24812659/167163933-b9cf9299-69ea-47aa-b2e1-0eb21e0bc164.png) 但是在命令行里面调用同样的`AsyncTask` 命令, 既不显示也不能修改,但是如果什么都不输入会直接使用默认值,在默认值很长或经常需要简单修改就可以使用的时候非常不方便。 ![image](https://user-images.githubusercontent.com/24812659/167165181-cf56819e-a5dd-4ebf-9b74-05ac7fb6064d.png) ![image](https://user-images.githubusercontent.com/24812659/167165303-b4099a3e-e733-4eae-867f-e15c24477481.png)

If I use toggleterm as pos I can run the task only once. The second time I get the following error: ``` E5108: Error executing lua ...asynctasks.nvim/lua/telescope/_extensions/asynctasks.lua:42: Vim(lua):E5108: Error executing...

I think should be more convenient if all contents in wiki are saved in the doc so that it can be search offline within vim

I have searched for related questions in issues,only `position` was found. How do I set the width and height of floaterm or add additional parameters of `pos`? Just like the...

I set PowerShell as the default shell of vim in Windows ```vim if has("win32") let &shell='pwsh' let &shellcmdflag = '-NoLogo -NoProfile -ExecutionPolicy RemoteSigned -Command [Console]::InputEncoding=[Console]::OutputEncoding=[System.Text.Encoding]::UTF8;' let &shellredir = '2>&1 |...

![image](https://user-images.githubusercontent.com/32936898/86238291-d25a9e80-bbcf-11ea-8f72-88557b4878e0.png) the text 'clang main.c -o main' can be find in status line of quickfix so i feel it is spare. can user disable the output of first line of...

Hi, I liked your plugin. It's very useful to run simple commands in vim. I've transferred from redhat 6 to 8 recently, but the output=terminal option no longer works. It...