chore: simplify user configuration

This commit is contained in:
Micah Halter
2023-03-10 08:28:04 -05:00
parent 6774fc80cd
commit 543b6c0e30
18 changed files with 113 additions and 151 deletions

10
.github/README.md vendored
View File

@@ -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