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

https://github.com/nizamiza/nvim

NeoVim config for web dev
https://github.com/nizamiza/nvim

lua neovim nvim vim

Last synced: about 2 months ago
JSON representation

NeoVim config for web dev

Awesome Lists containing this project

README

          

# My Personal NeoVim Configuration

Very simple configuration of NeoVim using [RPM](https://github.com/nizamiza/rpm)
for plugin management.

## Installation

Before you start, make sure that you have installed [NeoVim](https://neovim.io)
and [Git](https://http://git-scm.com) on your system. Then, backup your current
configuration if you have any:

```bash
mv ~/.config/nvim ~/.config/nvim.bak
```

Clone this repository into your `~/.config` directory:

```bash
git clone https://github.com/nizamiza/nvim.git ~/.config/nvim
```