diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-10-02 00:44:02 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-10-02 00:44:02 +0200 |
commit | bff55a54fa8a70e664ebe8a614681dd0d92d66b6 (patch) | |
tree | e35f5c3ad84db6670c42874e101995379acd8521 | |
parent | 560024abe07ac73b31574167653a9b94821365fb (diff) | |
download | vim-polyglot-bff55a54fa8a70e664ebe8a614681dd0d92d66b6.tar.gz vim-polyglot-bff55a54fa8a70e664ebe8a614681dd0d92d66b6.zip |
Update Vim 8 installation instructions
-rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -32,8 +32,7 @@ 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 +git clone --depth 1 https://github.com/sheerun/vim-polyglot ~/.vim/pack/plugins/start/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). |