LazyIde 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 LazyIde Neovim configuration
1
lazyman -L LazyIde
Alternately, use the lazyman
command menu interface to install LazyIde
.
Configure the shell environment
1
2
export NVIM_APPNAME="nvim-LazyIde"
alias nvim="NVIM_APPNAME=nvim-LazyIde nvim"
Alternately, use the nvims
Lazyman shell function and select LazyIde
.