ray-x / go.nvim

G'day Nvimer, Joyful Gopher: Discover the Feature-Rich Go Plugin for Neovim
MIT License
2.06k stars 123 forks source link

Cannot open :GoTest in floating window #335

Closed 1garo closed 11 months ago

1garo commented 1 year ago

When I run :GoTest it just pop out a little window in the bottom left corner

image

my nvim config using lazy.nvim image

ray-x commented 1 year ago

:GoTest -F ?

i-vrnv commented 1 year ago

I was confused too. Because I didn't get to the GoTestXXX Arguments section, and the Build and test section doesn't say anything about a floating window ¯_(ツ)_/¯

ray-x commented 1 year ago

Depends on your config. If you have floating enabled by default in the config, GoTestxxx should pop up a floating windows

ray-x commented 11 months ago

Need either specify GoTest -F (with -F option) or in setup

  ...
  run_in_floaterm=true
  ...