pre-create config directory

Required before stow so that stow links individual files instead of symlinking the entire directory into the repo.

mkdir -p ~/.config/nvim

stow

stow nvim

install plugins

Open nvim — lazy.nvim will automatically install all plugins on first launch.

nvim

This site uses Just the Docs, a documentation theme for Jekyll.