Installing Python dependencies at plugin install time?
- Dominant language
- Vim Script
- Stars
- 35.8k
- Forks
- 1.9k
- PR merge metrics
- No merged PRs in 30d
Description
I'm working on a plugin that requires third party Python packages at runtime, and I was wondering if there was a standard way to have these dependencies installed at plugin install time? If not, is that something that vim-plug might be able to support?
For references the plugin I'm working on is here: https://github.com/Erotemic/vimtk
I'm not 100% that I'm doing everything correctly when it comes to creating a vim plugin. I've read several tutorials and used a lot of Tim Pope's code as a guideline, but I still don't feel that I have a fantastic grasp on best practices. In addition to this question, if anyone has any resources they could point me to so I can step up my vim-plugin game, I would greatly appreciate it. I'm especially interested in any forums or message boards where I might be able to get help / code reviews.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.