Fix formatting

This commit is contained in:
2023-09-19 16:25:43 +02:00
parent 39a2651693
commit 544754dd0b
+7 -1
View File
@@ -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