aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-03-08 22:10:26 -0500
committerJesse Luehrs <doy@tozt.net>2018-03-08 22:10:26 -0500
commite51de9e6265ade6195c8983edf58c462695acfe6 (patch)
tree01cf4fc2c5c458702831372ed68c6cf47f85a892
parent0113c56e537e0ebf5e41fadcc9fb52cb3af8e04a (diff)
downloadvim-autobrace-master.tar.gz
vim-autobrace-master.zip
add installation instructionsHEADmaster
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8cc7f24..8f34a84 100644
--- a/README.md
+++ b/README.md
@@ -16,6 +16,12 @@ Specifically, it does these things:
nothing but whitespace between the open brace and closing brace will delete
both the open and closing brace.
+# Installation
+
+This plugin can be installed as a standard Vim package (see `:help packages`).
+Simply clone this repository into ~/.vim/pack/plugins/start/vim-autobrace to
+install the Vim files for this plugin.
+
# Configuration
None yet, but I'm open to suggestions!