codicocodes / dotfyle

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

Some plugins aren't counted in the total and it's a bit confusing for new users. #68

Open Lazerbeak12345 opened 1 year ago

Lazerbeak12345 commented 1 year ago

According to Lazy.nvim I have 46 plugins image

Here's the badge for my Neovim config: As I post this, it currently says I have 20 plugins. I'm unsure what's being counted here and what isn't, but I suspect that a part of it might be that Lazy.nvim plugins can be configured from inside of a dependency declaration.

It might also be that my configs' had plenty of scuff from its inception lol :sweat_smile:

codicocodes commented 1 year ago

Dotfyle only compares your configuration against a tracked index of plugins. If the plugins are not tracked on Dotfyle, it cannot identify those plugins.

Lazerbeak12345 commented 1 year ago

Thanks for clarifying. Perhaps this should be added to a/the FAQ (not sure if you have one), and that page linked to from the readme generator pages.