joclement / Dotfiles

My Dotfiles
MIT License
2 stars 0 forks source link

Track version of vim plugins #52

Closed joclement closed 8 months ago

joclement commented 1 year ago

I currently download the newest version of vim plugin when it is either installed or updated. I would like to have a version added to the plugin configuration, check .e.g. https://github.com/reviewdog/action-depup. If that or alternatives do not work, I could also use git submodules.

joclement commented 1 year ago

Alternative tool is https://github.com/renovatebot/renovate

joclement commented 9 months ago

I will use the vim8 native package manager in combination with git submodules, see e.g. https://www.danielfranklin.id.au/vim/vim-8-package-management/.