Ecosyste.ms: Awesome

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

https://github.com/AstroNvim/user_example

An example user configuration with a split up structure
https://github.com/AstroNvim/user_example

astronvim astrovim lua neovim template

Last synced: 27 days ago
JSON representation

An example user configuration with a split up structure

Lists

README

        

# THIS REPOSITORY IS ARCHIVED, OUTDATED, AND NO LONGER VALID

## Please refer to the [AstroNvim Documentation](https://docs.astronvim.com/) for the latest instructions

---

# AstroNvim User Configuration Example

A user configuration template 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
```

#### Clone AstroNvim

```shell
git clone https://github.com/AstroNvim/AstroNvim ~/.config/nvim
```

#### Create a new user repository from this template

Press the "Use this template" button above to create a new repository to store your user configuration.

You can also just clone this repository directly if you do not want to track your user configuration in GitHub.

#### Clone the repository

```shell
git clone https://github.com// ~/.config/nvim/lua/user
```

#### Start Neovim

```shell
nvim
```