Fix Chapter numbering

This commit is contained in:
Yuhan Chen 2022-01-15 00:12:12 -05:00 committed by GitHub
parent 6ca2ff7662
commit be9361e19b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.