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
- Host: GitHub
- URL: https://github.com/joshm998/nvim-config
- Owner: joshm998
- Created: 2024-09-09T10:38:01.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-07-08T10:29:22.000Z (12 months ago)
- Last Synced: 2025-09-08T03:42:46.816Z (10 months ago)
- Topics: neovim, vim
- Language: Lua
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
```