Merge pull request #135 from yuhanchan/master

Fix Chapter numbering
This commit is contained in:
Igor Irianto 2022-01-19 16:51:01 -06:00 committed by GitHub
commit b714872aa9
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.