Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider dein.vim plugin manager for repo scraping #370

Open
jreybert opened this issue Oct 4, 2017 · 7 comments
Open

Consider dein.vim plugin manager for repo scraping #370

jreybert opened this issue Oct 4, 2017 · 7 comments
Labels
enhancement Feature improvement

Comments

@jreybert
Copy link

jreybert commented Oct 4, 2017

dein.vim is more and more used, and should be counted when scraping repositories.

@wvffle
Copy link

wvffle commented Dec 1, 2017

+1

@unclechu
Copy link

I just made a PR for this #372

@roryokane
Copy link

roryokane commented Feb 23, 2018

The files to be edited to implement this feature are in tools/scrape/. The important part of the change would go in github.py. Edit: as @jreybert noted, test/tools/scrape/ is also relevant.

@unclechu PR #372 is unrelated. It adds instructions in the interface for installing a plugin with Dein, but this issue is about the scraper noticing plugins installed with Dein in people’s vimrcs.

@jreybert
Copy link
Author

Thank you @roryokane for your input. I did not started a PR because I feared the effort to add tests for this new scrapper...

I keep this in my Todo list.

@kiryph
Copy link

kiryph commented Mar 28, 2019

I just want to point out that a global github search for

"call dein#add('Shougo/deoplete.nvim')"

https://github.com/search?q=%22call+dein%23add%28%27Shougo%2Fdeoplete.nvim%27%29%22&type=Code

reveals 1,671 code results.

Plugin 'shougo/deoplete.nvim'
https://github.com/search?q=%22Plugin+%27shougo%2Fdeoplete.nvim%27%22&type=Code
973 code results.

"Plug 'shougo/deoplete.nvim'"
https://github.com/search?q=%22Plug+%27shougo%2Fdeoplete.nvim%27%22&type=Code
9,100 code results.

I already assumed that the difference between github stars of deoplete (4000) and the number on vimawesome.com of 750 is too far away.

Is there any chance that the scraper will be updated?

@kiryph
Copy link

kiryph commented Mar 28, 2019

And are "init.vim" considered as well?

@XVilka
Copy link

XVilka commented Jan 8, 2021

@kiryph seems statistics has changed significantly since:

  • call dein#add('Shougo/deoplete.nvim') returns 966 code results
  • Plugin 'shougo/deoplete.nvim' returns 480 code results
  • Plug 'shougo/deoplete.nvim' returns 5,479 code results

@cbartlett cbartlett added the enhancement Feature improvement label Jul 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Feature improvement
Projects
None yet
Development

No branches or pull requests

7 participants