asynctasks.vim
asynctasks.vim copied to clipboard
:rocket: Modern Task System for Project Building, Testing and Deploying !!
我的场景是,这样就不需要写死执行 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` 默认值会打印出来,并且可以删改,如图:  但是在命令行里面调用同样的`AsyncTask` 命令, 既不显示也不能修改,但是如果什么都不输入会直接使用默认值,在默认值很长或经常需要简单修改就可以使用的时候非常不方便。  
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 |...
 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...