1
0
mirror of https://github.com/amix/vimrc synced 2025-06-16 01:25:00 +08:00

Updated all the plugins. Removed powerline. Added vim-airline (replacement for powerline). Added vim-fugitive.

This commit is contained in:
amix
2013-11-16 19:45:48 +00:00
parent 351979d3e0
commit 86f4456be1
239 changed files with 14942 additions and 8068 deletions

View File

@ -17,8 +17,10 @@ Garbas][garbas], [Marc Weber][marcweber], and [Adnan Zafar][ajzafar].
## Installing SnipMate ##
SnipMate depends on [vim-addon-mw-utils][mw-utils] and [tlib][tlib]. We
recommend one of the following ways of installing all three.
We recommend one of the following methods for installing SnipMate and its
dependencies. SnipMate depends on [vim-addon-mw-utils][mw-utils] and
[tlib][tlib]. Since SnipMate does not ship with any snippets, we suggest
looking at the [vim-snippets][vim-snippets] repository.
* Using [Pathogen][pathogen], run the following commands:
@ -27,6 +29,9 @@ recommend one of the following ways of installing all three.
% git clone https://github.com/MarcWeber/vim-addon-mw-utils.git
% git clone https://github.com/garbas/vim-snipmate.git
# Optional:
% git clone https://github.com/honza/vim-snippets.git
* Using [VAM][vam], add `vim-snippets` to the list of packages to be installed.
* Using [Vundle][vundle], add the following to your `vimrc` then run
@ -36,8 +41,8 @@ recommend one of the following ways of installing all three.
Bundle "tomtom/tlib_vim"
Bundle "garbas/vim-snipmate"
Lastly, since SnipMate does not ship with any snippets, we suggest looking at
the [vim-snippets][vim-snippets] repository.
" Optional:
Bundle "honza/vim-snippets"
[ultisnips]: https://github.com/sirver/ultisnips