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

https://github.com/steveplays28/nvim-dotfiles

My NeoVim config.
https://github.com/steveplays28/nvim-dotfiles

config dotfiles neovim nvim vim

Last synced: over 1 year ago
JSON representation

My NeoVim config.

Awesome Lists containing this project

README

          

# Neovim dotfiles

My NeoVim config.

## Installation

### Linux/MacOS

```bash
cd ~/.config/
git clone https://github.com/Steveplays28/nvim-dotfiles.git nvim
nvim
```

## Windows

Neovim's config directory is different on Windows, by default.
You can choose to either use the default path or change it to `~/` and follow the installation steps for Linux/MacOS instead.

```bash
cd ~/AppData/Local/
git clone https://github.com/Steveplays28/nvim-dotfiles.git nvim
nvim
```