https://github.com/mopp/unite-rss
https://github.com/mopp/unite-rss
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mopp/unite-rss
- Owner: mopp
- Created: 2013-05-10T17:56:42.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2014-07-20T23:51:30.000Z (almost 12 years ago)
- Last Synced: 2025-03-13T15:26:55.344Z (over 1 year ago)
- Language: VimL
- Size: 135 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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',
\ }