doc: Amélioration du README
This commit is contained in:
27
README.md
27
README.md
@ -1,18 +1,33 @@
|
||||
# AstroNvim configuration
|
||||
# Configuration pur [AstroNvim](https://astronvim.com/)
|
||||
|
||||
**NOTE:** This is for AstroNvim v4+
|
||||
**NOTE:** Cette configuration est faite pour les versions de AstroNvim supérieures à la version 4 et plus.
|
||||
|
||||
## 🛠️ Installation
|
||||
|
||||
#### Clone the repository
|
||||
### 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
|
||||
```
|
||||
|
||||
#### Start Neovim
|
||||
#### Lancement
|
||||
|
||||
```shell
|
||||
export NVIM_APPNAME=astronvim
|
||||
nvim
|
||||
alias astronvim='NVIM_APPNAME=astronvim nvim'
|
||||
```
|
||||
|
Reference in New Issue
Block a user