diff options
Diffstat (limited to 'plugin/hackernews.py')
| -rw-r--r-- | plugin/hackernews.py | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/plugin/hackernews.py b/plugin/hackernews.py index e24974a..29a1b84 100644 --- a/plugin/hackernews.py +++ b/plugin/hackernews.py @@ -1,5 +1,14 @@ # -*- coding: utf-8 -*- +# vim-hackernews +# -------------- +# Browse Hacker News (news.ycombinator.com) inside Vim. +# +# Author: ryanss <ryanssdev@icloud.com> +# Website: https://github.com/ryanss/vim-hackernews +# License: MIT (see LICENSE file) + + import HTMLParser import json import re |
