summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAyush Mandowara <[email protected]>2021-05-18 09:38:57 +0530
committerGitHub <[email protected]>2021-05-18 00:08:57 -0400
commit22ffb0eb03b947c6cce30d9836568e8af7565c33 (patch)
treebb3e2ba62860d20b5918ab06859d01f1342c76a8
parentb12cd861c1aa42bd2be692ef7b02670cb9f6c586 (diff)
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
-rw-r--r--README.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/README.md b/README.md
index 6df19fcc..d5f9f035 100644
--- a/README.md
+++ b/README.md
@@ -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