diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2017-03-23 11:25:41 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-23 11:25:41 +0100 |
commit | 9f735b1fe77072e001a593f7f6660703bf4a8c9c (patch) | |
tree | 416109b54a97a4c2eee7840682ff53c09124b14b | |
parent | fbeb019a8516939bd904983ddc341e65c2ea19cb (diff) | |
download | vim-polyglot-9f735b1fe77072e001a593f7f6660703bf4a8c9c.tar.gz vim-polyglot-9f735b1fe77072e001a593f7f6660703bf4a8c9c.zip |
Mention how to use with Vim8 package manager
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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. |