diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-10-19 02:50:00 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-10-19 02:50:00 +0200 |
commit | dbfcb6dca4a7ef9bb8969b10f4dd8c80dece1837 (patch) | |
tree | f34212ef8881fff6d1ce579acc94e54c8882052f | |
parent | 6208384bd4b4306338ef4bfa0605cf182a424ee2 (diff) | |
download | vim-polyglot-dbfcb6dca4a7ef9bb8969b10f4dd8c80dece1837.tar.gz vim-polyglot-dbfcb6dca4a7ef9bb8969b10f4dd8c80dece1837.zip |
Mention I recommend using plug
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ A collection of language packs for Vim. 1. Install [Pathogen](https://github.com/tpope/vim-pathogen), [Vundle](https://github.com/VundleVim/Vundle.vim), [NeoBundle](https://github.com/Shougo/neobundle.vim), or [Plug](https://github.com/junegunn/vim-plug) package manager for Vim. 2. Use this repository as submodule or package. -For example when using [Plug](https://github.com/junegunn/vim-plug): +For example when using [Plug](https://github.com/junegunn/vim-plug) (which I recommend): ```vim set nocompatible |