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

https://github.com/mopp/unite-rss


https://github.com/mopp/unite-rss

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# unite-rss

rssをunite.vimから閲覧するためのunite source

## required
unite.vim
webapi-vim

## Settings

let g:unite_source_rss_url_dict = {
\ '暗黒美夢王の間' : 'http://vinarian.blogspot.jp/rss.xml',
\ 'Big Sky' : 'http://mattn.kaoriya.net/index.rss',
\ 'もぷろぐ' : 'http://ac-mopp.blogspot.jp/rss.xml',
\ }