We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34382f7 commit a2c96edCopy full SHA for a2c96ed
INSTALL.md
@@ -42,7 +42,7 @@ pathogen)
42
```bash
43
cd ~/.vim
44
mkdir -p bundle && cd bundle
45
-git clone git@github.com:JuliaEditorSupport/julia-vim.git
+git clone https://github.com/JuliaEditorSupport/julia-vim.git
46
```
47
48
[pathogen]: https://github.com/tpope/vim-pathogen
@@ -56,7 +56,7 @@ Load plugin on Vim startup (see `:help packages`):
56
57
58
mkdir -p pack/plugins/start && cd pack/plugins/start
59
60
61
62
### Manually
0 commit comments