An open API service indexing awesome lists of open source software.

https://github.com/geoffjay/astronvim-config

Personal Neovim configuration using AstroNvim
https://github.com/geoffjay/astronvim-config

astronvim nvim

Last synced: 2 months ago
JSON representation

Personal Neovim configuration using AstroNvim

Awesome Lists containing this project

README

          

# AstroNvim Config

Personal config for AstroNvim v4.

## 🛠️ 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
git clone https://github.com/geoffjay/astronvim-config ~/.config/nvim
```

#### Start Neovim

```shell
nvim
```