-
I have a plugin written in rust: https://github.com/ModProg/config.nvim, and while there is a way to use it by just having it compile the plugin on update through I was wondering what would be the best way to install my plugin binarry directly (I have them attached to each release: https://github.com/ModProg/config.nvim/releases/tag/v0.0.4). I know I could just write a bash script to trigger installation, but I was wondering if there might be a better way to do his. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
I know this plugin is made by Rust, but this plugin is installed by shellscript. |
Beta Was this translation helpful? Give feedback.
well, it was more a question if someone knows a better way than the relatively complex installation instruction of:
I thought it would make sense to…