34 lines
611 B
Markdown
34 lines
611 B
Markdown
# Configuration pur [AstroNvim](https://astronvim.com/)
|
|
|
|
**NOTE:** Cette configuration est faite pour les versions de AstroNvim supérieures à la version 4 et plus.
|
|
|
|
## 🛠️ Installation
|
|
|
|
### Installation nvim par défaut
|
|
|
|
#### Copie du dépôt
|
|
|
|
```shell
|
|
git clone https://gitea.logerais.com/xavier/config-astronvim.git ~/.config/nvim
|
|
```
|
|
|
|
#### Lancement
|
|
|
|
```shell
|
|
nvim
|
|
```
|
|
|
|
### Installation nvim alternative
|
|
|
|
#### Copie du dépôt
|
|
|
|
```shell
|
|
git clone https://gitea.logerais.com/xavier/config-astronvim.git ~/.config/astronvim
|
|
```
|
|
|
|
#### Lancement
|
|
|
|
```shell
|
|
alias astronvim='NVIM_APPNAME=astronvim nvim'
|
|
```
|