lspcontainers.nvim icon indicating copy to clipboard operation
lspcontainers.nvim copied to clipboard

Agnostic Runtime Support

Open erikreinert opened this issue 2 years ago • 1 comments

Problem

We need to refactor the docker vs podman logic to a high-level require'lspcontainers'.setup({ runtime = "" }) to enable agnostic run times.

What changed?

We started out by supporting only Docker for this plugin but is has since evolved to using podman as well with the potential of other runtimes in the future. I think it would be a good idea to make our runtime agnostic.

erikreinert avatar Jun 25 '22 01:06 erikreinert

I want to work on this, you can assign it to me if you want.

jgero avatar Jun 25 '22 12:06 jgero

I want to consider/include your changes in the latest update to lspcontainers - I'm going to close this and reference it in the new issue. Please keep this branch open so I can refer to it.

To be included in #92

erikreinert avatar Nov 07 '22 20:11 erikreinert