📝 Update URLs

This commit is contained in:
Wu Zhenyu 2023-08-28 14:11:19 +08:00
parent d91eabe414
commit 61268df03c
No known key found for this signature in database
GPG Key ID: 0E07E1F8C0EC10AD
1 changed files with 2 additions and 2 deletions

View File

@ -44,14 +44,14 @@ The indentation file provides basic automatic indentation of blocks.
For example, when using [Plug](https://github.com/junegunn/vim-plug):
```vim
Plug 'https://github.com/McSinyx/vim-octave.git', {'for': 'octave'}
Plug 'https://github.com/gnu-octave/vim-octave.git', {'for': 'octave'}
```
You can also use Vim 8 built-in package manager:
```sh
mkdir -p ~/.vim/pack/default/start
git clone https://github.com/McSinyx/vim-octave.git ~/.vim/pack/default/start/vim-octave
git clone https://github.com/gnu-octave/vim-octave.git ~/.vim/pack/default/start/vim-octave
```
Note that this plugin contributes to