Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pmalek/nvim_config


https://github.com/pmalek/nvim_config

Last synced: 6 days ago
JSON representation

Awesome Lists containing this project

README

        

# nvim_config

## Install

To install call this:

```
git clone https://github.com/pmalek/nvim_config.git ~/.config/nvim && \
curl -fLo ~/.config/nvim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim && \
nvim +PlugInstall +qall
```