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
The library crate that is created by the current Rust source code is designed to be directly accessed in Lua as require('launch'), with the API as functions in this module. This has the limitation that all plugin has to be within Rust code, and any auxillary Lua / VimL code cannot be cleanly added if needed in the future.
A refactor of the project design is required that will support plugin development from both Lua and Rust code.
The text was updated successfully, but these errors were encountered:
Context
The library crate that is created by the current Rust source code is designed to be directly accessed in Lua as
require('launch')
, with the API as functions in this module. This has the limitation that all plugin has to be within Rust code, and any auxillary Lua / VimL code cannot be cleanly added if needed in the future.A refactor of the project design is required that will support plugin development from both Lua and Rust code.
The text was updated successfully, but these errors were encountered: