2024-05-22 17:15:43 +02:00
|
|
|
# AstroNvim configuration
|
2024-05-17 19:55:13 +02:00
|
|
|
|
|
|
|
**NOTE:** This is for AstroNvim v4+
|
|
|
|
|
|
|
|
## 🛠️ Installation
|
|
|
|
|
|
|
|
#### Clone the repository
|
|
|
|
|
|
|
|
```shell
|
2024-05-22 17:15:43 +02:00
|
|
|
git clone https://gitea.logerais.com/xavier/config-astronvim.git ~/.config/astronvim
|
2024-05-17 19:55:13 +02:00
|
|
|
```
|
|
|
|
|
|
|
|
#### Start Neovim
|
|
|
|
|
|
|
|
```shell
|
2024-05-22 17:15:43 +02:00
|
|
|
export NVIM_APPNAME=astronvim
|
2024-05-17 19:55:13 +02:00
|
|
|
nvim
|
|
|
|
```
|