An open API service indexing awesome lists of open source software.

https://github.com/dfm/dotvim


https://github.com/dfm/dotvim

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

## First time

From the command line
```bash
git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim
pip install jedi flake8
```

From inside vim
```viml
:BundleInstall
```