Update README.md

This commit is contained in:
Adam Stankiewicz
2020-09-30 11:03:53 +02:00
committed by GitHub
parent 8b272d6e52
commit 5d7121d829

View File

@@ -32,10 +32,10 @@ Optionally download one of the [releases](https://github.com/sheerun/vim-polyglo
You can also use Vim 8 built-in package manager: You can also use Vim 8 built-in package manager:
``` ```
git clone --depth 1 https://github.com/sheerun/vim-polyglot ~/.vim/pack/plugins/opt/sheerun/vim-polyglot git clone --depth 1 https://github.com/sheerun/vim-polyglot ~/.vim/pack/plugins/opt/vim-polyglot
``` ```
**And then add `packload` command to your `.vimrc`** (or `packadd sheerun/vim-polyglot`) **And then add `packload` command to your `.vimrc`** (or `packadd vim-polyglot`)
NOTE: Not all features of individual language packs are available. We strip them from functionality slowing vim startup (for example we ignore `plugins` folder that is loaded regardless of file type, instead we prefer `ftplugin` which is loaded lazily). NOTE: Not all features of individual language packs are available. We strip them from functionality slowing vim startup (for example we ignore `plugins` folder that is loaded regardless of file type, instead we prefer `ftplugin` which is loaded lazily).