Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/himanoa/nvimc


https://github.com/himanoa/nvimc

Last synced: 20 days ago
JSON representation

Awesome Lists containing this project

README

        

# nvimc

My nvim config's

## Required other tools

- ripgrep

## Setup

1. Run the following command.
```bash
# install vim-plug
curl -fLo ~/.local/share/nvim/site/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim

git clone https://github.com/himanoa/nvimc.git ~/.config/nvim
```

2. Run the following command to start the vim

```
:PlugInstall
```

## LICENSE

MIT