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

https://github.com/quantumsnowball/nvim-packer

A ready to use custom nvim config
https://github.com/quantumsnowball/nvim-packer

lua neovim nvim nvim-configs nvim-plugin

Last synced: 3 months ago
JSON representation

A ready to use custom nvim config

Awesome Lists containing this project

README

          

# A ready to use neovim config

## Install

1. Backup your original config folder:
```
cd ~/.config
mv nvim/ nvim.backup/
```

2. Clone the repo into ~/.config

```
git clone https://github.com/quantumsnowball/nvim.git
```