From 9f735b1fe77072e001a593f7f6660703bf4a8c9c Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Thu, 23 Mar 2017 11:25:41 +0100 Subject: Mention how to use with Vim8 package manager --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 5b832202..58564055 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,13 @@ A collection of language packs for Vim. 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: + +``` +mkdir -p ~/.vim/pack/default/start +git clone https://github.com/sheerun/vim-polyglot ~/.vim/pack/default/start/vim-polyglot +``` + NOTE: Not all features of listed language packs are available. We strip them from functionality slowing vim startup in general (for example we ignore `plugins` folder that is loaded regardless of file type, use `ftplugin` instead). If you need full functionality of any plugin, please use it directly with your plugin manager. -- cgit v1.2.3