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

https://github.com/abhinavrobinson/neovim

My ongoing nvim config
https://github.com/abhinavrobinson/neovim

lua neovim

Last synced: about 1 month ago
JSON representation

My ongoing nvim config

Awesome Lists containing this project

README

          

# Neovim setup, based on theprimeagen's setup

Replaced fugitive with lazygit.

## Install

- Clone repo in ~/.config as `nvim` dir.
- Install packer with `git clone --depth 1 https://github.com/wbthomason/packer.nvim\
~/.local/share/nvim/site/pack/packer/start/packer.nvim`
- Open nvim folder with neovim. Here you will get errors for packer not installed, press `q`.
- Source `:so` file - `lua/abhinav/packer.lua` and run `:PackerSync`.
- Restart nvim.