From b2a861d920053019c2f881c3ffa4f6998a339401 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Mon, 2 Sep 2024 17:10:03 +0100 Subject: Adds README --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md 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`. -- cgit v1.2.3