habamax / vim-godot

Use vim and godot engine to make games
MIT License
498 stars 24 forks source link

Cannot run with vim-dispatch #35

Closed Laks0 closed 3 years ago

Laks0 commented 3 years ago

I read on the docs that you needed vim-dispatch to have output on the editor, I've installed it but now I can't run my games.

When I run :GodotRun, the game doesn't run and the command line displays :!godot 'Splash/Splash.tscn' (x11/?) (Splash/Splash.tscn being my main scene).

If I remove vim-dispatch I can run the game fine, but without the terminal output.

Also, is there a way to run something like floaterm?

habamax commented 3 years ago

Try to run :Spawn godot Splash/Splash.tscn

Laks0 commented 3 years ago

Yep, sorry. It was a problem with my tmux configuration.