diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2015-11-24 17:09:15 +0100 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2015-11-24 17:09:15 +0100 |
commit | ac42e00864add94e985ef7f4c3a4f1b8a3b124be (patch) | |
tree | 11d686ae4a7baec3e32f363d5cc91e9a331da37c | |
parent | 47a036761a0faa7771ce70d1b50d408e784ee5b8 (diff) | |
parent | 0293cf8346eecc4b223f40ee5f92fe9a9cdd30fc (diff) | |
download | vim-polyglot-ac42e00864add94e985ef7f4c3a4f1b8a3b124be.tar.gz vim-polyglot-ac42e00864add94e985ef7f4c3a4f1b8a3b124be.zip |
Merge pull request #88 from shaneog/patch-1
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. |