Skip to content

Commit

Permalink
Updated all the plugins. Removed powerline. Added vim-airline (replac…
Browse files Browse the repository at this point in the history
…ement for powerline). Added vim-fugitive.
  • Loading branch information
amix committed Nov 16, 2013
1 parent 351979d commit 86f4456
Show file tree
Hide file tree
Showing 239 changed files with 14,908 additions and 8,034 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ I recommend reading the docs of these plugins to understand them better. Each of
* [bufexplorer.zip](https://github.com/vim-scripts/bufexplorer.zip): Buffer Explorer / Browser. This plugin can be opened with `<leader+o>`
* [NERD Tree](https://github.com/scrooloose/nerdtree): A tree explorer plugin for vim
* [ack.vim](github.com/mileszs/ack.vim): Vim plugin for the Perl module / CLI script 'ack'
* [vim-powerline](https://github.com/Lokaltog/vim-powerline): The ultimate vim statusline utility
* [ctrlp.vim](https://github.com/kien/ctrlp.vim): Fuzzy file, buffer, mru and tag finder. In my config it's mapped to `<Ctrl+F>`, because `<Ctrl+P>` is used by YankRing
* [mru.vim](https://github.com/vim-scripts/mru.vim): Plugin to manage Most Recently Used (MRU) files. Includes my own fork which adds syntax highlighting to MRU. This plugin can be opened with `<leader+f>`
* [open_file_under_cursor.vim](https://github.com/amix/open_file_under_cursor.vim): Open file under cursor when pressing `gf`
Expand All @@ -73,6 +72,8 @@ I recommend reading the docs of these plugins to understand them better. Each of
* [taglist.vim](https://github.com/vim-scripts/taglist.vim): Source code browser (supports C/C++, java, perl, python, tcl, sql, php, etc)
* [vim-multiple-cursors](https://github.com/terryma/vim-multiple-cursors): Sublime Text style multiple selections for Vim, CTRL+N is remapped to CTRL+S (due to YankRing)
* [vim-expand-region](https://github.com/terryma/vim-expand-region): Allows you to visually select increasingly larger regions of text using the same key combination.
* [vim-airline](https://github.com/bling/vim-airline): Lean & mean status/tabline for vim that's light as air (replacing powerline)
* [vim-fugitive](https://github.com/tpope/vim-fugitive): A Git wrapper so awesome, it should be illegal


## What color schemes are included?
Expand Down

This file was deleted.

Empty file.
107 changes: 0 additions & 107 deletions sources_forked/vim-powerline/README.rst

This file was deleted.

183 changes: 0 additions & 183 deletions sources_forked/vim-powerline/autoload/Pl.vim

This file was deleted.

Loading

0 comments on commit 86f4456

Please sign in to comment.