You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not sure if it is a Linux difference or a CI difference but I am investigating if there is any way to kick of the test differently (not from init.lua). For instance, is there a way for me to start nvim, wait a bit that it initialises and then call a function from it, either from node or vim script (since I export the node function into vim script anyway)?
The text was updated successfully, but these errors were encountered:
justinmk
changed the title
Is there a way to call a function in already started nvim after it has started
call a function in already started nvim after it has started
May 21, 2024
It is kind of related to #360 but more specific.
At the moment, I start my node plugin test framework from init.lua at nvim startup and it worked fine on Windows/locally but it deadlocks on Linux/CI.
I am not sure if it is a Linux difference or a CI difference but I am investigating if there is any way to kick of the test differently (not from init.lua). For instance, is there a way for me to start nvim, wait a bit that it initialises and then call a function from it, either from node or vim script (since I export the node function into vim script anyway)?
The text was updated successfully, but these errors were encountered: