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

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

My NeoVIM configuration
https://github.com/krisleech/neovim-config

Last synced: about 1 year ago
JSON representation

My NeoVIM configuration

Awesome Lists containing this project

README

          

# NeoVIM Configuration

My setup:

* Linux
* i3 Window Manager

## Dependencies

* [Install NeoVIM](https://github.com/neovim/neovim/wiki/Installing-Neovim)
* [fzf](https://github.com/junegunn/fzf).
* [xclip](http://linux.die.net/man/1/xclip)

## Installation

```
cd ~/.config
git clone git@github.com:krisleech/neovim-config.git nvim
```

Install the Plugins:

Start NeoVim, `nvim` and run `:PlugInstall`.

## Misc

To update the plugin manager:

```
:PlugUpgrade
```

To update the plugins:

```
:PlugUpdate
```