zsh-nvim-switcher

August 15, 2024 ยท View on GitHub

A zsh plugin to manage switching of neovim distributions, such as LazyVim, kickstart as well as a plain old roll your own configuration.

Install

Using the :zap: Zap minimal zsh plugin manager, add the following to your .zshrc

# Install plugin
plug "dacarey/zsh-nvim-switcher"

Prerequisite Checks

A check will be performed to verify that a default neovim configuration is present.

Kudos

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