feat(readme): update install snippet
This commit is contained in:
parent
65a216ed4e
commit
981b309aeb
1 changed files with 4 additions and 1 deletions
|
@ -64,11 +64,14 @@ experience with any LSP supported language._
|
||||||
#### Install
|
#### Install
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
# move to config dir
|
||||||
cd ~/.config
|
cd ~/.config
|
||||||
# back up current config
|
# back up current config
|
||||||
cp -r nvim nvim.backup
|
cp -r nvim nvim.backup
|
||||||
|
# clone repository
|
||||||
git clone git@github.com:CosmicNvim/CosmicNvim.git nvim
|
git clone git@github.com:CosmicNvim/CosmicNvim.git nvim
|
||||||
nvim .
|
# open nvim and install plugins
|
||||||
|
nvim +CosmicReloadSync
|
||||||
```
|
```
|
||||||
|
|
||||||
Additional CosmicNvim installation [details](https://github.com/CosmicNvim/CosmicNvim/wiki/Installation).
|
Additional CosmicNvim installation [details](https://github.com/CosmicNvim/CosmicNvim/wiki/Installation).
|
||||||
|
|
Loading…
Add table
Reference in a new issue