summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2020-09-30 11:03:53 +0200
committerGitHub <noreply@github.com>2020-09-30 11:03:53 +0200
commit5d7121d8290fa0b61e7cb4ab3ece3105af664b30 (patch)
tree15181c31bff330bfd4dc63a18a7821f55575c857
parent8b272d6e5256e4b28178fb343f01b11272fe080d (diff)
downloadvim-polyglot-5d7121d8290fa0b61e7cb4ab3ece3105af664b30.tar.gz
vim-polyglot-5d7121d8290fa0b61e7cb4ab3ece3105af664b30.zip
Update README.md
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index d8a6d5bd..da678bf0 100644
--- a/README.md
+++ b/README.md
@@ -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:
```
-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).