Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cilindrox/nvim

NeoVim config settings
https://github.com/cilindrox/nvim

dotfiles neovim nvim vim vimfiles vimrc

Last synced: about 1 month ago
JSON representation

NeoVim config settings

Awesome Lists containing this project

README

        

# nvim

Just my [NeoVim](https://neovim.io) config settings.

## Installation

The following installs these settings on your system:

```bash
git clone git://github.com/cilindrox/nvim.git \
~/.config/nvim

# Install minpac
git clone https://github.com/k-takata/minpac.git \
~/.config/nvim/pack/minpac/opt/minpac

# Start vim and call the plugin manager on your first run
nvim +PackUpdate +qall
```