My personal nvim configuration, built on top of kickstart-nvim, adding stuff to suit my needs.
-
Backup your old nvim config if it exists
mv ~/.config/nvim ~/.config/nvim.bak
-
Clone the repo
mkdir ~/.config/nvim git clone https://github.com/ugly-custard/nvim.git ~/.config/nvim/
Well, I'm too lazy to make a guide or cheatsheet. Just go through the lua/keymaps.lua for general keybinds, and then through each of the files in lua/plugins for plugin-specific binds. I'll make a cheatsheet one day, one day for sure.