Merge branch 'main' of github.com:RingOfStorms/astronvim_config into main
This commit is contained in:
commit
72e517e2ab
1 changed files with 3 additions and 9 deletions
12
.github/README.md
vendored
12
.github/README.md
vendored
|
@ -17,20 +17,14 @@ mv ~/.local/share/nvim ~/.local/share/nvim.bak
|
||||||
git clone https://github.com/AstroNvim/AstroNvim ~/.config/nvim
|
git clone https://github.com/AstroNvim/AstroNvim ~/.config/nvim
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Create a new user repository from this template
|
#### Clone this repository into the user config section
|
||||||
|
|
||||||
Press the "Use this template" button above to create a new repository to store your user configuration.
|
|
||||||
|
|
||||||
You can also just clone this repository directly if you do not want to track your user configuration in GitHub.
|
|
||||||
|
|
||||||
#### Clone the repository
|
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
git clone git@github.com:RingOfStorms/astronvim_config.git ~/.config/nvim/lua/user
|
git clone git@github.com:RingOfStorms/astronvim_config.git ~/.config/nvim/lua/user
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Start Neovim
|
#### Start Neovim install changes
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
nvim
|
nvim --headless -c 'quitall'
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue