summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-09-04 07:28:51 +0100
committerJoe Carstairs <me@joeac.net>2026-09-04 07:28:51 +0100
commit902b1e5914e290bfc822b19efd7a1a0ea3530b8d (patch)
tree009b0c0cc34e7341998d49794e3290547982adb2
parentb2a861d920053019c2f881c3ffa4f6998a339401 (diff)
README: update git url
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index bf25c4d..4457705 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
To set up a fresh installation of Vim, clone this repo:
```bash
-git clone https://github.com/joeacarstairs/.vim.git ~/.vim
+git clone https://git.joeac.net/.vim.git ~/.vim
```
Then open Vim, and run `:PlugInstall`.