-
Hello, My plugin uses Rust for the backend and does that by loading the compiled dynamic library with LuaJIT's FFI module. So the library needs to be built before the plugin is loaded, or otherwise it will lead to an error. With the configuration below, lazy attempts to call Thanks! {
'vyfor/cord.nvim',
event = 'VeryLazy',
build = './build',
opts = {},
} |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 13 replies
-
Maybe I should turn this into an issue. |
Beta Was this translation helpful? Give feedback.
-
I'd rather not make that configurable. I just changed it to only load the plugin when using a build command as See 5bdb12a |
Beta Was this translation helpful? Give feedback.
I'd rather not make that configurable.
I just changed it to only load the plugin when using a build command as
:....
See 5bdb12a