How to run“cargo build —release” via mini.deps #1625
-
Contributing guidelines
Module(s)mini.deps QuestionHow to run“cargo build —release” via mini.deps |
Beta Was this translation helpful? Give feedback.
Answered by
echasnovski
Mar 1, 2025
Replies: 1 comment
-
|
You can use hooks. See this example. Running CLI commands can be done via Also take a look at #866. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
echasnovski
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use hooks. See this example. Running CLI commands can be done via
:h vim.system()(make sure to set propercwd, like to plugin's directory path). To also run this command after installation, use also `post_install`` hook (so for two hooks defined in total).Also take a look at #866.