Update README.md (#398)

The numbered list for `Install your own plugins` was all in one line
- Changed it to a proper sequence (added new lines)
- added highlighting (backticks) to file names
- fixed grammar (, instead of .) in pt 2
This commit is contained in:
Ayush Mandowara 2021-05-18 09:38:57 +05:30 committed by GitHub
parent b12cd861c1
commit 22ffb0eb03
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

@ -182,10 +182,11 @@ provided keymappings file. Follow the lua guide available
# Install your own plugins
The steps for configuring your own plugin are: 1. Add the plugin to
plugins.lua 2. If the plugin requires configuration. Create a
configuration file for it 3. If you created a configuration, require the
file in init.lua 4. Use Packer to download and install the plugin
The steps for configuring your own plugin are:
1. Add the plugin to `plugins.lua`
2. If the plugin requires configuration, create a configuration file for it
3. If you created a configuration, require the file in `init.lua`
4. Use Packer to download and install the plugin
## An example installation of the colorizer plugin