layout | title | rss | rsstitle |
---|---|---|---|
default |
About |
/feeds/news.xml |
vim-scripts news feed |
This mirror provides access to any of the scripts on vim.org using Git. It was inspired by Pathogen's simple approach to Vim plugins.
NOTE: we are in a beta period. We expect that things will be stable from here on out but these repos are still too new to be sure. Enjoy using them and report any problems you see on the issue tracker!
See the All Scripts tab above.
It's pretty easy to clone plugins into your ~/.vim/bundles
directory
and have them immediately available for use via Pathogen.
Still, it can be even easier. See Vim Plugin Managers.
- site news feed
- scripts feed or follow the vim-scripts user
- scraper feed or watch the vim-scraper project
- or subscribe to your favorite scripts feeds
-
{% for post in site.categories.news offset: 0 limit: 3 %}
-
{{ post.date | date_to_string }}
{{ post.content | strip_html | truncatewords: 25 }} more »
{% endfor %}