Install

Install

Webdev 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 Webdev Neovim configuration

1
lazyman -L Webdev

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

Configure the shell environment

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

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