mirror of
https://github.com/Xevion/astronvim_config.git
synced 2025-12-10 10:06:36 -06:00
Reset to AstroNvim v4
This commit is contained in:
16
README.md
16
README.md
@@ -1,6 +1,8 @@
|
||||
# AstroNvim User Configuration
|
||||
# AstroNvim Template
|
||||
|
||||
This is my user configuration repository for my AstroNvim config.
|
||||
**NOTE:** This is for AstroNvim v4+
|
||||
|
||||
A template for getting started with [AstroNvim](https://github.com/AstroNvim/AstroNvim)
|
||||
|
||||
## 🛠️ Installation
|
||||
|
||||
@@ -9,12 +11,8 @@ This is my user configuration repository for my AstroNvim config.
|
||||
```shell
|
||||
mv ~/.config/nvim ~/.config/nvim.bak
|
||||
mv ~/.local/share/nvim ~/.local/share/nvim.bak
|
||||
```
|
||||
|
||||
#### Clone AstroNvim
|
||||
|
||||
```shell
|
||||
git clone https://github.com/AstroNvim/AstroNvim ~/.config/nvim
|
||||
mv ~/.local/state/nvim ~/.local/state/nvim.bak
|
||||
mv ~/.cache/nvim ~/.cache/nvim.bak
|
||||
```
|
||||
|
||||
#### Create a new user repository from this template
|
||||
@@ -26,7 +24,7 @@ You can also just clone this repository directly if you do not want to track you
|
||||
#### Clone the repository
|
||||
|
||||
```shell
|
||||
git clone https://github.com/<your_user>/<your_repository> ~/.config/nvim/lua/user
|
||||
git clone https://github.com/<your_user>/<your_repository> ~/.config/nvim
|
||||
```
|
||||
|
||||
#### Start Neovim
|
||||
|
||||
Reference in New Issue
Block a user