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
After following crate setup section in examples, everything worked, until I tried standard plugin refresh without neovim restart. The problem can be simulated with next lua snippet:
Which on execution crashes, and reports: Illegal instruction (core dumped). I tried different neovim versions - every version crashes. I suspect neovim has problem with loading library files (which can be further tested with compiled C library). Another thing I found out is that runtimepath has strange behavior when shared object files are concerned (Order of finding plugins is not respected). I am posting this Issue here because I think it affects usage of this plugin more than neovim itself. Maybe I can dig deeper (I am not very experienced but would like to help).
The text was updated successfully, but these errors were encountered:
After following crate setup section in examples, everything worked, until I tried standard plugin refresh without neovim restart. The problem can be simulated with next lua snippet:
Which on execution crashes, and reports:
Illegal instruction (core dumped)
. I tried different neovim versions - every version crashes. I suspect neovim has problem with loading library files (which can be further tested with compiled C library). Another thing I found out is that runtimepath has strange behavior when shared object files are concerned (Order of finding plugins is not respected). I am posting this Issue here because I think it affects usage of this plugin more than neovim itself. Maybe I can dig deeper (I am not very experienced but would like to help).The text was updated successfully, but these errors were encountered: