Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better remote support #12

Open
meicale opened this issue Feb 25, 2023 · 0 comments
Open

Better remote support #12

meicale opened this issue Feb 25, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@meicale
Copy link

meicale commented Feb 25, 2023

It is cool to have different front-ends such as VSCode and vide for neovim and use it remotely. I think it is ok to use neovim in terminal without GUIs, too. VSCode can deal with edit, debug with the help of LSP and DAP in dev-container. Can modern-neovim do that? I think put the all the neovim in container is a good starting point. HOW should we deal with the project with using another docker container without copying the dockerfiles and combine the into one.(Short-cut is change the neovim-Dockerfile base) Because sometimes we don't have the project dockerfile at all, we just build it manually to try things out. Debug is simpler using the debugger(such as debugpy) with remote supported and DAP plugins in neovim. HOW the two docker container interact with each other and can take advantage of the neovim installed in the neovim-container and LSP install either in the neovim-container or project-container(I think the later one is more preferable as VSCode install the LSP Server in the dev-container).
If you guys have any ideas, Let me know! MANY THANKS!

@mengwangk mengwangk added the enhancement New feature or request label Mar 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants