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

https://github.com/leotgo/nvim-settings

Repo for my personal settings for Neovim.
https://github.com/leotgo/nvim-settings

Last synced: 3 months ago
JSON representation

Repo for my personal settings for Neovim.

Awesome Lists containing this project

README

        

# nvim-settings

Repo for my personal settings for Neovim.

## Installation

Clone this repository into one the following locations:

## Windows

Depending if you use the git bash or another shell client, you should change %localappdata% to $LOCALAPPDATA

```sh
git clone https://github.com/leotgo/nvim-settings.git %localappdata%/nvim
```

## Linux

```sh
git clone https://github.com/leotgo/nvim-settings.git ~/.config/nvim
```