2025-07-25 10:59:57 +02:00
|
|
|
# My AstroNvim Config
|
2025-06-11 10:00:48 +02:00
|
|
|
|
2025-06-30 13:45:29 +02:00
|
|
|
**NOTE:** This is for AstroNvim v5+
|
|
|
|
|
|
2025-07-25 10:59:57 +02:00
|
|
|
This is my astronvim config, based on the official [AstroNvim](https://github.com/AstroNvim/AstroNvim) template.
|
2025-06-30 13:45:29 +02:00
|
|
|
|
|
|
|
|
## 🛠️ Installation
|
|
|
|
|
|
|
|
|
|
#### Make a backup of your current nvim and shared folder
|
|
|
|
|
|
|
|
|
|
```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
|
2025-07-25 10:58:17 +02:00
|
|
|
git clone https://forge.flossi.name/prunebutt/astronvim_config.git ~/.config/nvim
|
2025-06-30 13:45:29 +02:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
#### Start Neovim
|
|
|
|
|
|
|
|
|
|
```shell
|
|
|
|
|
nvim
|
|
|
|
|
```
|