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

How to perform the api of nvim in other processes #116

Closed
yyy33 opened this issue Nov 3, 2023 · 1 comment
Closed

How to perform the api of nvim in other processes #116

yyy33 opened this issue Nov 3, 2023 · 1 comment

Comments

@yyy33
Copy link

yyy33 commented Nov 3, 2023

Hi assuming I wrote a module a.so which starts a new process how can I execute nvim api in the new process 。
Thanks

@noib3
Copy link
Owner

noib3 commented Nov 3, 2023

You can't call the C API from another process, you'd have to use RPC (which is not part of this project). Check this out.

@noib3 noib3 closed this as completed Nov 4, 2023
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

No branches or pull requests

2 participants