Fix formatting
This commit is contained in:
@@ -18,7 +18,13 @@ local module_name = "base"
|
||||
|
||||
local utils = require("utils")
|
||||
|
||||
local files = { "globals", "options", "autocommands", "mappings", "user_commands", }
|
||||
local files = {
|
||||
"globals",
|
||||
"options",
|
||||
"autocommands",
|
||||
"mappings",
|
||||
"user_commands",
|
||||
}
|
||||
|
||||
for _, file in ipairs(files) do
|
||||
local pkg = "core." .. file
|
||||
|
||||
Reference in New Issue
Block a user