diff options
author | Shane O'Grady <shane.ogrady@gmail.com> | 2015-11-24 12:08:46 -0200 |
---|---|---|
committer | Shane O'Grady <shane.ogrady@gmail.com> | 2015-11-24 12:08:46 -0200 |
commit | 0293cf8346eecc4b223f40ee5f92fe9a9cdd30fc (patch) | |
tree | 11d686ae4a7baec3e32f363d5cc91e9a331da37c | |
parent | 47a036761a0faa7771ce70d1b50d408e784ee5b8 (diff) | |
download | vim-polyglot-0293cf8346eecc4b223f40ee5f92fe9a9cdd30fc.tar.gz vim-polyglot-0293cf8346eecc4b223f40ee5f92fe9a9cdd30fc.zip |
Add links to vim package managers
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ A collection of language packs for Vim. ## Installation -1. Install Pathogen, Vundle, NeoBundle, or Plug package manager for Vim. +1. Install [Pathogen](https://github.com/tpope/vim-pathogen), [Vundle](https://github.com/VundleVim/Vundle.vim), [NeoBundle](https://github.com/Shougo/neobundle.vim), or [Plug](https://github.com/junegunn/vim-plug) package manager for Vim. 2. Use this repository as submodule or package. Optionally download one of the [releases](https://github.com/sheerun/vim-polyglot/releases) and unpack it directly under `~/.vim` directory. |