skywind3000 / asynctasks.vim

:rocket: Modern Task System for Project Building, Testing and Deploying !!
https://www.vim.org/scripts/script.php?script_id=5853
MIT License
914 stars 30 forks source link

How to set the width and height of floaterm? #83

Open 0x7a7a opened 2 years ago

0x7a7a commented 2 years ago

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 example in asyncrun.extra I'm sorry to bother you.

0x7a7a commented 2 years ago

I think I could do it through Customize Runner?

skywind3000 commented 2 years ago

yes

0x7a7a commented 2 years ago

@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):

image

Can you give me some suggestions to help me find the problem better?

skywind3000 commented 2 years ago

Could you provide more detail ? Windows ? Linux ? What is your expected output ?

0x7a7a commented 2 years ago

Sorry,here are some basic information

system:

Macos Monterey 12.2.1

neovim:

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

Want:

I want to see all command executed,just like this:

image