Reset to AstroNvim v4

This commit is contained in:
2024-06-09 01:46:48 -05:00
parent d39ea067c8
commit bcbfb69dd6
26 changed files with 524 additions and 384 deletions

View File

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