roobert / activate.nvim

🚀 Activate is a plugin installation system for Neovim
119 stars 2 forks source link

Allow lazy.nvim to deal with installation #4

Open andresatierf opened 1 year ago

andresatierf commented 1 year ago

Could there be a way to not install the plugin, but just create the spec file? I would prefer that the plugin was not immediately installed but that the spec was created and then lazy.nvim would install it after.