codicocodes / dotfyle

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

LOC count #60

Closed paulfrische closed 1 year ago

paulfrische commented 1 year ago

I think a lines of code count would be nice to have. I doesn't really matter but it can give you a feeling for the complexity of a config. Have a great day!

justinmk commented 1 year ago

Could be useful. But if https://github.com/neovim/packspec or something similar gains traction, then "dependency size" would be another metric worth surfacing.

codicocodes commented 1 year ago

LOC is a good idea. I was considering saving size in bytes as well, because it is returned by the GitHub API. LOC might be more immediately understandable.

I've definitely got my eye on https://github.com/neovim/packspec, I think we could use it in several ways.

codicocodes commented 1 year ago

Added LOC to configs, I was recently rewriting my config and wish I had this feature then as I was looking through configs for references and did not want to bother with complex configs. Great suggestions!