summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Carstairs <jcarstairs@scottlogic.com>2024-09-02 17:10:03 +0100
committerJoe Carstairs <jcarstairs@scottlogic.com>2024-09-02 17:10:03 +0100
commitb2a861d920053019c2f881c3ffa4f6998a339401 (patch)
treef0b523bf87ff1a02e9b26c045e03667f628d484b
parent9d4bf06fddd18cdcf4d7890b502ce62eab7e08c3 (diff)
Adds README
-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`.