NvChad/init.lua
Galen Rowell 86903ab982
chore: stylua formatting update (#261)
* addded stylua config file

* chore: formatted with stylua
2021-08-16 13:19:09 +05:30

9 lines
125 B
Lua

local chad_modules = {
"options",
"mappings",
}
for i = 1, #chad_modules, 1 do
pcall(require, chad_modules[i])
end