-
install neovim for linux go here: linux install instructions
-
clone repo to
~/.config/nvim
mkdir -p ~/.config/nvim
git clone git@github.com:prescottbreeden/lua-nvim.git ~/.config/nvim-
open neovim there might be some errors after installing, lazy is a little finicky, so just close neovim and reopen it again and run
:checkhealthto see if all is jiggy. -
start growing a bigger neck beard
Replaced Packer with Lazy, cause that's what the cool kids are doing
Leader key: <spacebar>
WhichKey has been added to help provide descriptions and encourage grouping keybindings by plugin/concept and is activated by pressing the spacebar.
You can also search keybindings with <leader>fk