crivotz / nv-ide

Neovim custom configuration, oriented for full stack developers (Ruby on Rails, ruby, php, html, css, SCSS, javascript)
https://www.locatelli.dev/nv-ide/
598 stars 58 forks source link

Typo in installation script in readme #11

Closed justapig9020 closed 2 years ago

justapig9020 commented 2 years ago

There seems a typo between github.com and crivotz.

git clone git://github.com:crivotz/nv-ide.git ~/.nv-ide

git clone git://github.com/crivotz/nv-ide.git ~/.nv-ide works on my machine.

crivotz commented 2 years ago

Sorry my fault I mixed this two commands

git clone git://github.com/crivotz/nv-ide.git ~/.nv-ide
git clone git@github.com:crivotz/nv-ide.git ~/.nv-ide