Resolve issues with loading order, closes #571

This commit is contained in:
Adam Stankiewicz
2020-10-02 00:36:09 +02:00
parent 3ad297db5c
commit 560024abe0
9 changed files with 3544 additions and 1555 deletions

View File

@@ -32,11 +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 should put in your ~/.vimrc "packadd 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 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).
If you need full functionality of any plugin, please use it directly with your plugin manager.