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
- Host: GitHub
- URL: https://github.com/abhinavrobinson/neovim
- Owner: AbhinavRobinson
- Created: 2022-12-28T07:51:06.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-01T13:47:02.000Z (over 3 years ago)
- Last Synced: 2025-02-10T05:27:14.371Z (over 1 year ago)
- Topics: lua, neovim
- Language: Lua
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.