diff options
author | Juan J. Martinez <jjm@usebox.net> | 2022-07-03 08:07:41 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2022-07-03 08:07:41 +0100 |
commit | df53dddc865b15587792917c11683ad2c3e13b1d (patch) | |
tree | 3098697a171b68970c6ea7fdcfce237c02774001 | |
parent | 4cd887bfd3f60b54b1e2087c75b6b9476003f6bf (diff) | |
download | dotnvim-df53dddc865b15587792917c11683ad2c3e13b1d.tar.gz dotnvim-df53dddc865b15587792917c11683ad2c3e13b1d.zip |
Moved out of github!
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ This repo should be in `~/.config/nvim/`! 1. Check you don't have a `~/.config/nvim` directory. 2. Run: ```bash -git clone --recursive https://github.com/reidrac/dotvim.git ~/.config/nvim +git clone --recursive https://git.usebox.net/dotnvim.git ~/.config/nvim ``` Then it is recommended you run: |