Skip to content

lisuke/nvim_config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

GitHub Repo

Overview

This repository provides a customized Neovim configuration

Distro Repo Starter Custom Branch
LazyVim LazyVim upstream / local lazyvim_custom

Requirements

Before installation, please ensure you have the following software installed:

Installation

Follow these steps to set up your Neovim configuration:

  1. Set Up Neovim Environment Variable:

    You can set the NVIM_APPNAME environment variable to specify the Neovim application name. The default value is nvim.

    export NVIM_APPNAME=<your_nvim_appname>
    # Default value is nvim
    export NVIM_APPNAME=nvim
  2. Clone the Neovim Configuration Repository:

    git clone https://github.com/lisuke/nvim_config ~/.config/$NVIM_APPNAME -b <custom_branch>
  3. Remove Old Neovim Cache and State Files:

    rm -rf ~/.{cache,local/{state,share}}/nvim

Usage

  1. Launch Neovim Directly:

    nvim
  2. Launch Neovim with a Custom NVIM_APPNAME:

    NVIM_APPNAME=<your_nvim_appname> nvim

Contributing

Contributions are welcome! If you have suggestions or issues, please submit an issue or pull request on GitHub.

License

This project is licensed under the MIT License. For more details, please refer to the LICENSE file.

Releases

No releases published

Packages

 
 
 

Contributors