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

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

My neovim configuration
https://github.com/tokiory/neovim-config

Last synced: over 1 year ago
JSON representation

My neovim configuration

Awesome Lists containing this project

README

          



My personal neovim configuration :)

## Use it
You can use this template with the following command:

```bash
[ -d $HOME/.config/nvim ] && mv $HOME/.config/{nvim,nvim.old}; \
git clone https://github.com/tokiory/neovim-config
```