mirror of
https://github.com/NvChad/NvChad.git
synced 2024-11-04 12:00:29 +00:00
86903ab982
* addded stylua config file * chore: formatted with stylua
9 lines
125 B
Lua
9 lines
125 B
Lua
local chad_modules = {
|
|
"options",
|
|
"mappings",
|
|
}
|
|
|
|
for i = 1, #chad_modules, 1 do
|
|
pcall(require, chad_modules[i])
|
|
end
|