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

https://github.com/joshm998/nvim-config

Neovim Config
https://github.com/joshm998/nvim-config

neovim vim

Last synced: 4 months ago
JSON representation

Neovim Config

Awesome Lists containing this project

README

          

# Neovim Config
This is my personal neovim config

## Required Dependencies
The following applications/libraries are needed to use this config.
- ripgrep (https://github.com/BurntSushi/ripgrep)
- neovide (https://github.com/neovide/neovide)
- lazygit (https://github.com/jesseduffield/lazygit)

## How to install
### Step 1: Install dependencies
Install Neovim, Neovide, ripgrep, and lazygit via Homebrew:

```
brew install neovim neovide ripgrep lazygit
```

Install `gops` using Go:

```
go install github.com/google/gops@latest
```

### Step 2: Clone config file
```
git clone https://github.com/yourusername/your-nvim-config.git ~/.config/nvim
```

### Step 3: Launch Neovide
```
neovide
```