Skip to content

Commit

Permalink
Updated plugin order to reflect vimrc
Browse files Browse the repository at this point in the history
  • Loading branch information
mutewinter committed Jan 24, 2012
1 parent 42d1b87 commit 62b6d87
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions README.md
Expand Up @@ -73,17 +73,21 @@ _Note: Auto generated by `rake plugins:update_readme`_
* [supertab](https://github.com/ervandew/supertab) - Perform all your vim insert mode completions with Tab
* [MatchTag](https://github.com/gregsexton/MatchTag) - MatchParen for HTML tags
* [neocomplcache](https://github.com/Shougo/neocomplcache) - Ultimate auto-completion system for Vim.
* [vim-endwise](https://github.com/tpope/vim-endwise) - endwise.vim: wisely add "end" in ruby, endfunction/endif/more in vim script, etc
* [vim-ruby](https://github.com/vim-ruby/vim-ruby) - Vim/Ruby Configuration Files
* [cocoa.vim](https://github.com/msanders/cocoa.vim) - Vim plugin for Cocoa/Objective-C development.
* [vim-haml](https://github.com/tpope/vim-haml) - Vim runtime files for Haml, Sass, and SCSS
* [vim-rails](https://github.com/tpope/vim-rails) - rails.vim: Ruby on Rails power tools
* [vim-rake](https://github.com/tpope/vim-rake) - rake.vim: it's like rails.vim without the rails
* [vim-javascript](https://github.com/pangloss/vim-javascript) - Vastly improved vim's javascript indentation.
* [vim-coffee-script](https://github.com/kchmck/vim-coffee-script) - CoffeeScript support for vim
* [vim-json](https://github.com/leshill/vim-json) - Pathogen friendly packaging of vim-json from Jeroen Ruigrok van der Werven http://www.vim.org/scripts/script.php?script_id=1945
* [vim-jquery](https://github.com/itspriddle/vim-jquery) - Fork of bronson's vim-jquery which is now gone
* [vim-rails](https://github.com/tpope/vim-rails) - rails.vim: Ruby on Rails power tools
* [cocoa.vim](https://github.com/msanders/cocoa.vim) - Vim plugin for Cocoa/Objective-C development.
* [taskpaper.vim](https://github.com/mutewinter/taskpaper.vim) - This package contains a syntax file and a file-type plugin for the simple format used by the TaskPaper application.
* [vim-json](https://github.com/leshill/vim-json) - Pathogen friendly packaging of vim-json from Jeroen Ruigrok van der Werven http://www.vim.org/scripts/script.php?script_id=1945
* [nginx.vim](https://github.com/mutewinter/nginx.vim) - Syntax highlighting for nginx.conf and related config files.
* [vim-rake](https://github.com/tpope/vim-rake) - rake.vim: it's like rails.vim without the rails
* [textile.vim](https://github.com/timcharper/textile.vim) - Textile for VIM
* [matchit.zip](https://github.com/vim-scripts/matchit.zip) - extended % matching for HTML, LaTeX, and many other languages
* [vim-textobj-user](https://github.com/kana/vim-textobj-user) - Vim plugin: Support for user-defined text objects
* [vim-textobj-rubyblock](https://github.com/nelstrom/vim-textobj-rubyblock) - A custom text object for selecting ruby blocks.
* [L9](https://github.com/vim-scripts/L9) - Vim-script library
* [vim-repeat](https://github.com/tpope/vim-repeat) - repeat.vim: enable repeating supported plugin maps with "."
* [vim-repeat](https://github.com/tpope/vim-repeat) - repeat.vim: enable repeating supported plugin maps with "."

0 comments on commit 62b6d87

Please sign in to comment.