NvChad / extensions

extensions for NvChad

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
│   │   └── 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.

Credits

  • Huge thanks to @lucario387 for creating nvchad_types , that dir was moved from example_config repo.

About

extensions for NvChad

License:GNU General Public License v3.0


Languages

Language:Lua 100.0%