Skip to content

Elive/nvim-nvchad-extensions

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages

  • Lua 100.0%