sophiebits / vim-awesome

Awesome Vim plugins from across the universe

Home Page:http://vimawesome.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vim Awesome

Vim Awesome wants to be a comprehensive, accurate, and up-to-date directory of Vim plugins.

Many recent Vim plugins are announced on Hacker News or specialized boards, and have since become widely used. But how does a new user find out about these? We wanted to solve that problem and others with Vim Awesome — an open-sourced community resource for discovering new and popular Vim plugins.

Technical report on the details

Where does the data come from?

GitHub, Vim.org, and user submissions.

On GitHub there are more than 30 000 repos that are development environment configurations, commonly called dotfiles. From these repos we can extract references to Vim plugins (as Git URIs), particularly when plugin managers are used.

Although there are orders of magnitude more Vim users than public dotfiles repos on GitHub, it is still a useful source of relative usage data.

Getting set up

  1. Install RethinkDB version 2.3.0 from http://rethinkdb.com/docs/install/. (You may have to dig into the download archives.)

  2. Install Sass and Compass, which we use to generate our CSS.

    $ gem update --system
    $ gem install bundler
    $ bundle install
  3. Install Python dependencies.

    $ pip install -r requirements.txt
  4. Install Node dependencies.

    $ npm install -g webpack
    $ npm install
  5. Start a local server serving port 5001 by invoking, in the project root directory,

    $ make
  6. Initialize the database, tables, and indices:

    $ make init_db
  7. Seed the database with some test data. Download this database dump, and then run

    $ rethinkdb restore -i vim_awesome /path/to/vim_awesome_rethinkdb_dump.tar.gz
  8. Open the website in your browser!

    $ open http://localhost:5001

Contributing

Take a look at some of these issues to get started.

Chat with us on Gitter!

Acknowledgements

Thanks Ethan Schoonover for use of the Solarized colour scheme.

Much inspiration for this website, both conception and design, came from unheap.com, a resource for browsing jQuery plugins.

Built with React, a JavaScript library for building UIs, and RethinkDB, a document-oriented database.

About

Awesome Vim plugins from across the universe

http://vimawesome.com

License:MIT License


Languages

Language:Python 46.7%Language:JavaScript 28.2%Language:SCSS 22.4%Language:Shell 1.2%Language:HTML 0.6%Language:Makefile 0.6%Language:Ruby 0.2%Language:CSS 0.1%