Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.01 KB

Neovim_Switcher.md

File metadata and controls

36 lines (22 loc) · 1.01 KB

Guide for Using NVIM_APPNAME for Neovim

Prerequisites

Steps

1. Clone the Configuration

Clone the Neovim configuration for web development (or any other purpose).

git clone https://github.com/jellydn/nvim-for-webdev.git ~/.config/nvim_webdev

2. Set NVIM_APPNAME Environment Variable

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.

Resources