-
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: Vi…
lluar updated
2 years ago
-
I hope to "change" focus - means jump into the Asyncrun window quickfix, but it does not work...
other options (-save) work. am I missing anything?
```
nn ,Es :AsyncRun -save=1 -focus=1 ls -lt
…
-
As the author of https://github.com/Konfekt/vim-alias, may I suggest documenting the option to add aliases to abbreviate `AsyncRun`? For example
```vim
Alias ! AsyncRun
Alias a AsyncRun
Al…
-
Hi,
I use `asyncrun` to run and compile all my codes, as:
```
" AsyncRun {{{
" Quick run via
nnoremap :call compile_and_run()
inoremap :call compile_and_run()
function! s:compile_and_run()…
-
let's say I have a range of text selected, and now I want it to be sent over ssh to a remote machine:
I tried both of these, nothing works:
```
:'
-
Thank you for this great plug-in that seems to have gone mostly unnoticed till now.
I am particularly glad that it offers (window-)local make (and grep) commands.
As it was inspired by [asyncrun](…
-
```
AsyncRun -save=1 -focus=0 -cwd=$(VIM_FILEDIR) -mode=term -rows=20 -close python3 %
AsyncRun -save=1 -focus=0 -cwd=$(VIM_FILEDIR) -mode=term -rows=20 -close pwd
```
这么用有问题吗?
-
感觉有点长啊,想自定义使用
-
Every time a new command is run, the quickfix window is flushed and the output from the previous command will gone. Is there a way to keep all the logs? User can use some explicit command to clear it…
-
Happens when I quit and reopen the IDE with a .rs file open. I did not modify any files before the error popped up.
```
Error while consuming 'textDocument/codeAction' with language server 'Rust L…