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

https://github.com/philrunninger/nvim_config

My neovim configuration
https://github.com/philrunninger/nvim_config

Last synced: 5 months ago
JSON representation

My neovim configuration

Awesome Lists containing this project

README

          

# My Neovim Setup

## Installation
1. Clone the repository.
1. Initialize and update the submodules.
1. See submodules' READMEs for additional setup instructions.

### Linux or Mac
```
cd ~/.config
git clone git@github.com:PhilRunninger/nvim_config.git nvim
git submodule update --init
nvim
```

### Windows
```
cd ~/AppData/Local/
git clone git@github.com:PhilRunninger/nvim_config.git nvim
git submodule update --init
nvim
```