Open 0x7a7a opened 2 years ago
I think I could do it through Customize Runner
?
yes
@skywind3000 Thanks!
I found that unable to display complete command line information if I use floaterm
(or tab
) as a runner.
Looks like the first two lines are missing,but it works well in quicfix
.
ex(Just go build
):
Can you give me some suggestions to help me find the problem better?
Could you provide more detail ? Windows ? Linux ? What is your expected output ?
Sorry,here are some basic information
Macos Monterey 12.2.1
NVIM v0.6.1
Build type: Release
LuaJIT 2.1.0-beta3
编译者 brew@Monterey
Features: +acl +iconv +tui
See ":help feature-compile"
系统 vimrc 文件: "$VIM/sysinit.vim"
$VIM 预设值: "/usr/local/Cellar/neovim/0.6.1/share/nvim"
Run :checkhealth for more info
I want to see all command executed,just like this:
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 ofpos
? Just like the example inasyncrun.extra
I'm sorry to bother you.