My personal neovim setup.
Find a file
2025-12-12 19:21:57 +00:00
lua/personal Added all of initial nvim setup 2025-12-11 22:28:52 +00:00
.gitignore Initial commit 2025-12-11 22:13:40 +00:00
init.lua Added all of initial nvim setup 2025-12-11 22:28:52 +00:00
lazy-lock.json Added all of initial nvim setup 2025-12-11 22:28:52 +00:00
LICENSE Initial commit 2025-12-11 22:13:40 +00:00
README.md updated readme 2025-12-12 19:21:57 +00:00

My Nvim Setup

This is stored on git because of 2 reasons:

  1. I want to have it across all my computers in my homelab and the easiest way to sync it is to put it on git
  2. It is what all the cool people do

This is my setup for neovim I want fast clean and reliable above all

How I made this

You only need 2 things to copy what I have done:

  1. https://www.youtube.com/watch?v=w7i4amO_zaE
  2. https://github.com/ThePrimeagen/init.lua

IMPORTANT: Do as he does not as he says - the video is out of date and uses packer rather than lazy-vim. Lazy-vim is what he uses now and probably so should you.

How to use

If you do want to use this simply clone this repository contents into ~/.config/nvim

As one command thats: git clone https://git.r1ver.co.uk/Public/nvim.git ~/.config/nvim