# lazyvim **Repository Path**: apot1624/lazyvim ## Basic Information - **Project Name**: lazyvim - **Description**: Starter template for LazyVim - **Primary Language**: Lua - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-05-18 - **Last Updated**: 2026-05-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 💤 LazyVim A starter template for [LazyVim](https://github.com/LazyVim/LazyVim). Refer to the [documentation](https://lazyvim.github.io/installation) to get started. Install the [LazyVim Starter](https://github.com/LazyVim/starter) - Make a backup of your current Neovim files: ```bash # required mv ~/.config/lazyvim{,.bak} # optional but recommended mv ~/.local/share/lazyvim{,.bak} mv ~/.local/state/lazyvim{,.bak} mv ~/.cache/lazyvim{,.bak} ``` - Clone the starter ```bash git clone https://gitee.com/apot1624/lazyvim.git ~/.config/lazyvim ``` - Start Neovim! ```bash NVIM_APPNAME="lazyvim" nvim ```