40 lines
665 B
Markdown
40 lines
665 B
Markdown
# Configuration pour [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
|
|
```
|
|
|
|
#### Définition d'un alias
|
|
|
|
```shell
|
|
alias astronvim='NVIM_APPNAME=astronvim nvim'
|
|
```
|
|
|
|
#### Lancement
|
|
|
|
```shell
|
|
astronvim
|
|
```
|