chore: stylua formatting update (#261)
* addded stylua config file * chore: formatted with stylua
This commit is contained in:
parent
4abf43aa99
commit
86903ab982
36 changed files with 1955 additions and 1987 deletions
6
init.lua
6
init.lua
|
|
@ -1,8 +1,8 @@
|
|||
local chad_modules = {
|
||||
"options",
|
||||
"mappings"
|
||||
"options",
|
||||
"mappings",
|
||||
}
|
||||
|
||||
for i = 1, #chad_modules, 1 do
|
||||
pcall(require, chad_modules[i])
|
||||
pcall(require, chad_modules[i])
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue