My personal neovim setup.
| lua/personal | ||
| .gitignore | ||
| init.lua | ||
| lazy-lock.json | ||
| LICENSE | ||
| README.md | ||
My Nvim Setup
This is stored on git because of 2 reasons:
- 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
- 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:
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