From 7392dc18ec32ee0dc965a79d2905834eaa5da72a Mon Sep 17 00:00:00 2001 From: Victorhck Date: Sat, 20 Mar 2021 20:10:42 +0100 Subject: [PATCH] really small fix in ch22 --- ch22_vim_packages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch22_vim_packages.md b/ch22_vim_packages.md index 675337a..e12dc7f 100644 --- a/ch22_vim_packages.md +++ b/ch22_vim_packages.md @@ -125,7 +125,7 @@ You can still use `start/` and `opt/` inside each of the directories. You may wonder if Vim package will make popular plugin managers like vim-pathogen, vundle.vim, dein.vim, and vim-plug obsolete. -The answer is, as always, "it depends." +The answer is, as always, "it depends". I still use vim-plug because it makes it easy to add, remove or update plugins. If you use many plugins, it may be more convenient to use plugin managers because it is easy to update many simultaneously. Some plugin managers also offer asynchronous functionalities.