A zsh plugin to manage switching of neovim distributions, such as LazyVim, kickstart as well as a plain old roll your own configuration.
Using the ⚡ Zap minimal zsh plugin manager, add the following to your .zshrc
# Install plugin
plug "dacarey/zsh-nvim-switcher"
A check will be performed to verify that a default neovim configuration is present.
This plugin is entirely based on Elijah Manor's .zshrc file and his excellent associated Neovim Config Switcher - YouTube video.
And of course, huge thanks to the Neovim development team for adding the NVIM_APPNAME feature in the Neovim 0.9 release