Home Install
Install
Cancel

Install

CandyVim Neovim Configuration Installation

Install Lazyman

Lazyman provides tools to manage multiple Neovim configurations and a shell function to fuzzy search and select among them.

1
2
git clone https://github.com/doctorfree/nvim-lazyman $HOME/.config/nvim-Lazyman
$HOME/.config/nvim-Lazyman/lazyman.sh

Install the CandyVim Neovim configuration

1
lazyman -w CandyVim

Alternately, use the lazyman command menu interface to install CandyVim.

Configure the shell environment

1
2
export NVIM_APPNAME="nvim-CandyVim"
alias nvim="NVIM_APPNAME=nvim-CandyVim nvim"

Alternately, use the nvims Lazyman shell function and select CandyVim.

Contents