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

Moved away from using submodules. Using git clone now instead (much easier to manage)

This commit is contained in:
amix
2012-08-15 23:19:21 -04:00
parent e19bf41de0
commit 970842f66e
21 changed files with 59 additions and 3 deletions

View File

@ -50,7 +50,7 @@ This vimrc even works on Windows!
I recommend reading the docs of these plugins to understand them better. Each of them provide a much better Vim experience!
* [pathogen.vim](https://github.com/tpope/vim-pathogen): Manages the runtime path of the plugins (this and git submodules)
* [pathogen.vim](https://github.com/tpope/vim-pathogen): Manages the runtime path of the plugins
* [YankRing](https://github.com/vim-scripts/YankRing.vim): Maintains a history of previous yanks, changes and deletes
* [snipMate.vim](https://github.com/garbas/vim-snipmate): snipMate.vim aims to be a concise vim script that implements some of TextMate's snippets features in Vim
* [bufexplorer.zip](https://github.com/vim-scripts/bufexplorer.zip): Buffer Explorer / Browser. This plugin can be opened with `<leader+o>`