19 lines
282 B
Markdown
19 lines
282 B
Markdown
# AstroNvim configuration
|
|
|
|
**NOTE:** This is for AstroNvim v4+
|
|
|
|
## 🛠️ Installation
|
|
|
|
#### Clone the repository
|
|
|
|
```shell
|
|
git clone https://gitea.logerais.com/xavier/config-astronvim.git ~/.config/astronvim
|
|
```
|
|
|
|
#### Start Neovim
|
|
|
|
```shell
|
|
export NVIM_APPNAME=astronvim
|
|
nvim
|
|
```
|