Lommix/godot.nvim

Port vim-godot features

Cretezy opened this issue · 1 comments

Hi, it would be nice to see vim-godot's features in this plugin.

Specifically:

  • Run current scene: :GodotRunCurrent
  • Run last scene: :GodotRunLast
  • Select and run a scene with standard vim tab completion (default is a main scene): :GodotRun
  • Select and run a scene with a FZF (if installed): :GodotRunFZF

Instead of using FZF, I think Telescope would be better (more popular within Neovim's community).

I believe this repository has most of the required tooling for these to work. I would be opened to implement them myself.

What do you think?

Sure, i can see this being useful. Go for it