A starter template for LazyVim. Refer to the documentation to get started.
git clone it to ~/.config/lazyvim and then export env var NVIM_APPNAME=lazyvim
cd ~.config
gh repo clone v-egorov/lazyvim-starter lazyvim
Note that my .zshrc check for presence of this path export NVIM_APPNAME automatically:
test -d ~/.config/lazyvim && export NVIM_APPNAME=lazyvim