# chad **Repository Path**: arashrun/chad ## Basic Information - **Project Name**: chad - **Description**: base nvchad - **Primary Language**: Unknown - **License**: Unlicense - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-07-27 - **Last Updated**: 2026-03-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README **This repo is supposed to be used as config by NvChad users!** - The main nvchad repo (NvChad/NvChad) is used as a plugin by this repo. - So you just import its modules , like `require "nvchad.options" , require "nvchad.mappings"` - So you can delete the .git from this repo ( when you clone it locally ) or fork it :) # Credits 1) Lazyvim starter https://github.com/LazyVim/starter as nvchad's starter was inspired by Lazyvim's . It made a lot of things easier! # RoadMap 1. 适配keymap ## Lucida Console `NvChad` 需要Nerd 字体提供的各种icons,`Lucida Console` 这个是不支持的。需要扩展该字体文件。[font-patcher](https://github.com/ryanoasis/nerd-fonts?tab=readme-ov-file#font-patcher) ```bash 1. dowload `Fontforge` 2. download `font-patcher` 3. pip3 install argparse 4. ./FontForge.AppImage -script $PWD/font-patcher -c $PWD/lucon.ttf -out $PWD/nerd 5. 生成 ` LucidaConsoleNerdFont-Regular.ttf` 后,安装设置即可使用 ```