feed の内容を unite.vim に出力するプラグインつくった

web feed の内容を unite.vim で出力するプラグインをつくりました。 例によって通信は非同期で行ないます。

必要なもの

プラグイン

NeoBundle 'osyo-manga/unite-web_feed'

使い方

" オプション
" -custom-web-feed-url : 対象の feed
" -custom-web-feed-view-content : 1 が設定されていれば content も表示する default:0
:Unite web/feed -custom-web-feed-url=https://pipes.yahoo.com/pipes/pipe.run?_id=adbe4a686d78c7eefd1712aeea893e7d&_render=rss -custom-web-feed-view-content=1

unite.vim の引数には custom option を使用しています。 不具合等があれば issues までお願いします。