wbthomason / packer.nvim

A use-package inspired plugin manager for Neovim. Uses native packages, supports Luarocks dependencies, written in Lua, allows for expressive config
MIT License
7.72k stars 262 forks source link

System requirements precheck #1119

Open guillaumeboehm opened 1 year ago

guillaumeboehm commented 1 year ago

Describe the feature

Would it be possible to have an option similar to run but that would act as a requirement precheck to see if the system supports the plugin. In my case I try to use hexokinase which needs a go compiler to run it's make command post installation. In the current state of packer hexokinase's run command just fails silently.