33 lines
580 B
Markdown
33 lines
580 B
Markdown
# AstroNvim Configuration
|
|
|
|
My custom configuration for [AstroNvim](https://github.com/AstroNvim/AstroNvim).
|
|
|
|
## 🛠️ Installation
|
|
|
|
#### Make a backup of the current config (optional)
|
|
|
|
```shell
|
|
mv ~/.config/nvim ~/.config/nvim.bak
|
|
mv ~/.local/share/nvim ~/.local/share/nvim.bak
|
|
mv ~/.local/state/nvim ~/.local/state/nvim.bak
|
|
mv ~/.cache/nvim ~/.cache/nvim.bak
|
|
```
|
|
|
|
#### Clone the repository
|
|
|
|
```shell
|
|
git clone https://github.com/garentyler/AstroNvim ~/.config/nvim
|
|
```
|
|
|
|
#### Initialize AstroNvim
|
|
|
|
```shell
|
|
nvim --headless -c 'quitall'
|
|
```
|
|
|
|
#### Start Neovim
|
|
|
|
```shell
|
|
nvim
|
|
```
|