- Ensure you have Neovim installed or use MordechaiHadad/bob: A version manager for neovim
Clone the Neovim configuration for web development (or any other purpose).
git clone https://github.com/jellydn/nvim-for-webdev.git ~/.config/nvim_webdev
Change the NVIM_APPNAME
environment variable to the name of the Neovim application.
NVIM_APPNAME=nvim_webdev nvim
Otherwise, use alias:
alias web_nvim="NVIM_APPNAME=nvim_webdev nvim"
This will start Neovim with the configuration stored in ~/.config/nvim_webdev
.