https://github.com/mnitchev/extensions
https://github.com/mnitchev/extensions
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mnitchev/extensions
- Owner: mnitchev
- License: gpl-3.0
- Created: 2024-10-01T11:02:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-01T11:07:12.000Z (over 1 year ago)
- Last Synced: 2025-01-22T06:51:49.172Z (12 months ago)
- Language: Lua
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NvChad Extensions
This repository contains the core utilities for [NvChad](https://github.com/NvChad/NvChad)
## File structure
```
.
├── LICENSE
├── lua
│ ├── nvchad
│ │ ├── change_theme.lua
│ │ ├── init.lua
│ │ ├── reload_config.lua
│ │ ├── reload_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.