This repository provides a customized Neovim configuration
| Distro | Repo | Starter | Custom Branch |
|---|---|---|---|
| LazyVim | LazyVim | upstream / local | lazyvim_custom |
Before installation, please ensure you have the following software installed:
Follow these steps to set up your Neovim configuration:
-
Set Up Neovim Environment Variable:
You can set the
NVIM_APPNAMEenvironment variable to specify the Neovim application name. The default value isnvim.export NVIM_APPNAME=<your_nvim_appname> # Default value is nvim export NVIM_APPNAME=nvim
-
Clone the Neovim Configuration Repository:
git clone https://github.com/lisuke/nvim_config ~/.config/$NVIM_APPNAME -b <custom_branch>
-
Remove Old Neovim Cache and State Files:
rm -rf ~/.{cache,local/{state,share}}/nvim
-
Launch Neovim Directly:
nvim
-
Launch Neovim with a Custom NVIM_APPNAME:
NVIM_APPNAME=<your_nvim_appname> nvim
Contributions are welcome! If you have suggestions or issues, please submit an issue or pull request on GitHub.
This project is licensed under the MIT License. For more details, please refer to the LICENSE file.