Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 815 Bytes

README.md

File metadata and controls

27 lines (23 loc) · 815 Bytes

NvChad Extensions

This repository contains the core utilities for NvChad

File structure

.
├── LICENSE
├── lua
│   ├── nvchad
│   │   ├── change_theme.lua
│   │   ├── init.lua
│   │   ├── reload_config.lua
│   │   ├── reload_theme.lua
│   │   ├── toggle_theme.lua
│   │   └── update_nvchad.lua
│   └── telescope
│       └── _extensions
│           ├── terms.lua
│           └── themes.lua
└── README.md
  • nvchad - Contains the very heart and core of NvChad
  • chad_reload - Contains the utilities for reloading NvChad
  • telescope - This direcotory contains the extension to toggle custom themes of NvChad.