jbyuki / one-small-step-for-vimkind

Debug adapter for Neovim plugins
MIT License
409 stars 11 forks source link

Use vim.v.progpath to launch headless nvim #2

Closed mfussenegger closed 3 years ago

mfussenegger commented 3 years ago

This makes it possible to use the debug adapter with a build from source where the build/bin/nvim binary is directly invoked and the global nvim within $PATH still points to a < 0.5 version.

(Btw, how are you running the tests and generating the sources from teal?)

jbyuki commented 3 years ago

Great, I will merge as is. Thank you for the PR.

The sources are generated using my plugin. There is some doc explaining what it is.

There is no real testing for now. You can find something here.

It might be too much to ask but can I somehow use your name nvim-lua-debugger? lua-debug.nvim is not really good sounding and I couldn't come up with something which describe what it is and is neutral.

mfussenegger commented 3 years ago

It might be too much to ask but can I somehow use your name nvim-lua-debugger?

Sure. I don't plan on continuing with nvim-lua-debugger given that your adapter is already much further. I've already archived it and updated the readme to point to this repo. So feel free to use the name. Or maybe poke TJ, he's good with names :)

tjdevries commented 3 years ago

One-small-step-for-vimkind

tjdevries commented 3 years ago

Cause it's a debugger for the moon language.