summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2020-10-02 00:36:09 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2020-10-02 00:36:09 +0200
commit560024abe07ac73b31574167653a9b94821365fb (patch)
tree16d00f8cf054f3d77271bc03473ab0b6711956f4 /README.md
parent3ad297db5c1cf94660e4297ffa81b6281eab2884 (diff)
downloadvim-polyglot-4.13.1.tar.gz
vim-polyglot-4.13.1.zip
Resolve issues with loading order, closes #571v4.13.1
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index da678bf0..75dfdf2f 100644
--- a/README.md
+++ b/README.md
@@ -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.