chore: simplify user configuration
This commit is contained in:
10
.github/README.md
vendored
10
.github/README.md
vendored
@@ -1,4 +1,4 @@
|
||||
# AstroNvim Structured User Example
|
||||
# AstroNvim User Configuration Example
|
||||
|
||||
A user configuration template for [AstroNvim](https://github.com/AstroNvim/AstroNvim)
|
||||
|
||||
@@ -19,10 +19,16 @@ mv ~/.local/share/nvim ~/.local/share/nvim.bak
|
||||
git clone https://github.com/AstroNvim/AstroNvim ~/.config/nvim
|
||||
```
|
||||
|
||||
#### Create a new user repository from this template
|
||||
|
||||
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
|
||||
git clone https://github.com/AstroNvim/split_user_example ~/.config/nvim/lua/user
|
||||
git clone https://github.com/<your_user>/<your_repository> ~/.config/nvim/lua/user
|
||||
```
|
||||
|
||||
#### Start Neovim
|
||||
|
||||
Reference in New Issue
Block a user