summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..bf25c4d
--- /dev/null
+++ b/README.md
@@ -0,0 +1,9 @@
+# .vim
+
+To set up a fresh installation of Vim, clone this repo:
+
+```bash
+git clone https://github.com/joeacarstairs/.vim.git ~/.vim
+```
+
+Then open Vim, and run `:PlugInstall`.