commit 69677e2bbf63e8b7e5f5186b529bc2aab5ff7cf6 Author: Marco Hinz Date: Mon Jan 4 18:00:36 2016 +0100 Initial commit diff --git a/README.md b/README.md new file mode 100644 index 0000000..6d3c451 --- /dev/null +++ b/README.md @@ -0,0 +1,25 @@ +![vim-galore](https://raw.githubusercontent.com/mhinz/vim-galore/master/pics/vim-galore.png) + +--- + +- [Managing plugins](#managing-plugins) + +--- + +#### Managing plugins + +[Pathogen](https://github.com/tpope/vim-pathogen) was the first popular tool for +managing plugins. Actually it just adjusts the _runtimepath_ (`:h 'rtp'`) to +include all the things put under a certain directory. You have have to clone the +repositories of the plugins there yourself. + +Real plugin managers expose commands that help you installing and updating +plugins from within Vim. Hereinafter is a list of commonly used plugin managers +in alphabetic sequence: + +- [neobundle](https://github.com/Shougo/neobundle.vim) +- [plug](https://github.com/junegunn/vim-plug) +- [vim-addon-manager](https://github.com/MarcWeber/vim-addon-manager) +- [vundle](https://github.com/VundleVim/Vundle.vim) + +Plug is my favorite, but your mileage may vary. diff --git a/pics/vim-galore.png b/pics/vim-galore.png new file mode 100644 index 0000000..230a644 Binary files /dev/null and b/pics/vim-galore.png differ