From be9361e19b71741274045d14c2bebba59203cb71 Mon Sep 17 00:00:00 2001 From: Yuhan Chen Date: Sat, 15 Jan 2022 00:12:12 -0500 Subject: [PATCH] Fix Chapter numbering --- ch23_vim_packages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch23_vim_packages.md b/ch23_vim_packages.md index b9566ae..c071e64 100644 --- a/ch23_vim_packages.md +++ b/ch23_vim_packages.md @@ -1,4 +1,4 @@ -# Ch21. Vim Packages +# Ch23. Vim Packages In the previous chapter, I mentioned using an external plugin manager to install plugins. Since version 8, Vim comes with its own built-in plugin manager called *packages*. In this chapter, you will learn how to use Vim packages to install plugins.