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

https://github.com/ladislas/nvim

Lean 'n' Clean Neovim Config
https://github.com/ladislas/nvim

Last synced: 7 months ago
JSON representation

Lean 'n' Clean Neovim Config

Awesome Lists containing this project

README

          

# nvim

> Lean 'n' Clean Neovim Config

## How to use

On OS X it's pretty easy:

- install [`homebrew`]
- `brew install neovim/neovim/neovim`
- `brew install python`
- `pip install neovim`
- `git clone --recursive https://github.com/ladislas/nvim ~/.config/nvim`
- open Neovim with `nvim`, press `:` and then type `PlugInstall`
- wait for the process to complete
- close Neovim with `:q`
- start Neovim

You should be good to go! :)

**Note:** if you are using `vim` or `mvim`, replace `nvim` by `vim` everywhere in the instruction.

[`homebrew`]: http://brew.sh/