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

How to set the width and height of floaterm?

Open 0x7a7a opened this issue 2 years ago • 5 comments

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 avatar Mar 03 '22 10:03 0x7a7a

I think I could do it through Customize Runner?

0x7a7a avatar Mar 03 '22 10:03 0x7a7a

yes

skywind3000 avatar Mar 03 '22 15:03 skywind3000

@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?

0x7a7a avatar Mar 03 '22 15:03 0x7a7a

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

skywind3000 avatar Mar 03 '22 22:03 skywind3000

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

0x7a7a avatar Mar 04 '22 03:03 0x7a7a