Skip to content

Files

Latest commit

e537008 · Dec 30, 2024

History

History
45 lines (31 loc) · 900 Bytes

README.md

File metadata and controls

45 lines (31 loc) · 900 Bytes

English | 简体中文

Prerequisites

This project is based on Nvchad, and the following conditions need to be met before usage:

  1. Neovim 0.9.4+
  2. Terminal font should be Nerd Font
  3. gcc
  4. make
  5. Ripgrep (optional)

Usage

Windows

  • Install Neovim, gcc, make, ripgrep
scoop install neovim gcc make ripgrep
  • Configure terminal font to be Nerd Font
  • Backup the original configuration
git clone --recurse-submodules https://github.com/resticDOG/nvim-nvchad-config.git
  • Create a symbolic link Run powershell (or pwsh) with administrator privileges:
cd nvim-nvchad-config
./setup.ps1
  • Initialize
nvim

Linux