diff options
| author | Joe Carstairs <jcarstairs@scottlogic.com> | 2024-09-02 17:10:03 +0100 |
|---|---|---|
| committer | Joe Carstairs <jcarstairs@scottlogic.com> | 2024-09-02 17:10:03 +0100 |
| commit | b2a861d920053019c2f881c3ffa4f6998a339401 (patch) | |
| tree | f0b523bf87ff1a02e9b26c045e03667f628d484b | |
| parent | 9d4bf06fddd18cdcf4d7890b502ce62eab7e08c3 (diff) | |
Adds README
| -rw-r--r-- | README.md | 9 |
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`. |
