Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alex289/astronvim_config

My personal configuration for AstroNvim
https://github.com/alex289/astronvim_config

astronvim config neovim

Last synced: about 6 hours ago
JSON representation

My personal configuration for AstroNvim

Awesome Lists containing this project

README

        

# AstroNvim Template

**NOTE:** This is for AstroNvim v4+

A user configuration for [AstroNvim](https://github.com/AstroNvim/AstroNvim)

## 🛠️ 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/alex289/astronvim_config ~/.config/nvim
```

#### Start Neovim

```shell
nvim
```

#### Activate copilot

Run this in Neovim

```bash
:Copilot auth
```