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

Open NVIM immediately and eliminate extra script #17

Merged
merged 5 commits into from
May 31, 2024

Conversation

erichlf
Copy link
Owner

@erichlf erichlf commented May 22, 2024

Instead of just opening a shell this change will open nvim in the relevant docker container. It also eliminates one of the shell scripts in favor of getting information from the plugin directly. Additionally, it runs things using devcontainer-cli instead of running through docker. This also completely removes the dependency on jq.

Fixes #6

@erichlf erichlf force-pushed the nvim-server-for-connect branch from 68bf099 to aa0efb6 Compare May 23, 2024 14:44
@erichlf erichlf merged commit d5fd47a into main May 31, 2024
2 checks passed
@erichlf erichlf deleted the nvim-server-for-connect branch May 31, 2024 10:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Connect should bring up nvim automatically
1 participant