https://github.com/lisuke/nvim_config
nvim-config's
https://github.com/lisuke/nvim_config
neovim neovim-config neovim-dotfiles nvim nvim-configs
Last synced: about 1 year ago
JSON representation
nvim-config's
- Host: GitHub
- URL: https://github.com/lisuke/nvim_config
- Owner: lisuke
- License: mit
- Created: 2024-09-23T02:47:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-18T09:55:38.000Z (over 1 year ago)
- Last Synced: 2025-02-18T10:42:14.648Z (over 1 year ago)
- Topics: neovim, neovim-config, neovim-dotfiles, nvim, nvim-configs
- Homepage:
- Size: 72.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [nvim_config](https://github.com/lisuke/nvim_config)
[](https://github.com/lisuke/nvim_config)
## Overview
This repository provides a customized Neovim configuration
| Distro | Repo | Starter | Custom Branch |
| ------------------------------------- | --------------------------------------------- | -------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------- |
| [LazyVim](https://lazyvim.github.io/) | [LazyVim](https://github.com/LazyVim/LazyVim) | [upstream](https://github.com/LazyVim/starter) / [local](https://github.com/lisuke/nvim_config/tree/lazyvim_starter) | [lazyvim_custom](https://github.com/lisuke/nvim_config/tree/lazyvim_custom) |
## Requirements
Before installation, please ensure you have the following software installed:
- [Neovim](https://neovim.io/)
- [Git](https://git-scm.com/)
## 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`.
```bash
export NVIM_APPNAME=
# Default value is nvim
export NVIM_APPNAME=nvim
```
2. Clone the Neovim Configuration Repository:
```bash
git clone https://github.com/lisuke/nvim_config ~/.config/$NVIM_APPNAME -b
```
3. Remove Old Neovim Cache and State Files:
```bash
rm -rf ~/.{cache,local/{state,share}}/nvim
```
## Usage
1. Launch Neovim Directly:
```bash
nvim
```
2. Launch Neovim with a Custom NVIM_APPNAME:
```bash
NVIM_APPNAME= nvim
```
## Contributing
Contributions are welcome! If you have suggestions or issues, please submit an [issue](https://github.com/lisuke/nvim_config/issues) or [pull](https://github.com/lisuke/nvim_config/pulls) request on GitHub.
## License
This project is licensed under the MIT License. For more details, please refer to the [LICENSE](LICENSE) file.