Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jmhayes3/neovim-config

My neovim config.
https://github.com/jmhayes3/neovim-config

astronvim neovim nvim

Last synced: 7 days ago
JSON representation

My neovim config.

Awesome Lists containing this project

README

        

# My Neovim Config

**NOTE:** Uses AstroNvim v4+

## Setup

#### 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/jmhayes3/neovim-config ~/.config/nvim
```

#### Start Neovim

```shell
nvim
```