plugin-template.nvim
plugin-template.nvim copied to clipboard
Hey how to handle .gitmodules in production?
I noticed if I install my plugin with lazy nvim, it installs the plenary submodule and takes a long time more than all other plugins. For my use case the submodule is only needed for testing. Is there a better way to handle testing or prevent lazy from installing the submodule?