summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2018-01-07 23:08:39 +0100
committerGitHub <noreply@github.com>2018-01-07 23:08:39 +0100
commit3d5b784fa59b0e70e0174174ba894054aa5b02bc (patch)
tree454887c43d7c3917088e270b7846ce3fd751f930
parentcef5e2d93100c4b765d276914658eab75906f4c9 (diff)
downloadvim-polyglot-3d5b784fa59b0e70e0174174ba894054aa5b02bc.tar.gz
vim-polyglot-3d5b784fa59b0e70e0174174ba894054aa5b02bc.zip
Add example how to install this plugin, closes #260
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index ef85fa9f..0b0d51bc 100644
--- a/README.md
+++ b/README.md
@@ -21,6 +21,12 @@ A collection of language packs 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.
+For example when using [Plug](https://github.com/junegunn/vim-plug):
+
+```
+Plug 'sheerun/vim-polyglot'
+```
+
Optionally download one of the [releases](https://github.com/sheerun/vim-polyglot/releases) and unpack it directly under `~/.vim` directory.
You can also use Vim 8 built-in package manager: