Skip to content

Latest commit

 

History

History
66 lines (50 loc) · 2.44 KB

index.markdown

File metadata and controls

66 lines (50 loc) · 2.44 KB
layout title rss rsstitle
default
About
/feeds/news.xml
vim-scripts news feed

About

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!

Usage

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.

Subscribe

    {% for post in site.categories.news offset: 0 limit: 3 %}
  • {{ post.date | date_to_string }}

    {{ post.content | strip_html | truncatewords: 25 }} more »

  • {% endfor %}
<script type="text/javascript"> var disqus_shortname = 'vimscripts'; (function () { var s = document.createElement('script'); s.async = true; s.type = 'text/javascript'; s.src = 'http://' + disqus_shortname + '.disqus.com/count.js'; (document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s); }()); </script>