codicocodes / dotfyle

Find the best Neovim plugins
https://dotfyle.com
MIT License
600 stars 29 forks source link

Autoload plugin manager #99

Open Mte90 opened 6 months ago

Mte90 commented 6 months ago

So In my dotfiles I use vimplug but is autoloaded https://dotfyle.com/Mte90/dotfiles-config-nvim so I don't commit it but I call vimplug on https://github.com/mte90/dotfiles/blob/master/.config/nvim/lua/plugins.lua with the command. Maybe a way could be scan for that command in the various files?

codicocodes commented 6 months ago

Yes currently we are only matching Packer and Lazy, but I definitely intend to add support for vimplug and others as well.