feat: add gotmpl

This commit is contained in:
2026-02-11 18:50:51 +01:00
parent 4100aca262
commit af2d8df323
5 changed files with 13 additions and 2 deletions
+3 -2
View File
@@ -3,11 +3,12 @@ vim.loader.enable()
local log = require("log")
local files = {
"globals",
"options",
"autocommands",
"commands",
"filetypes",
"globals",
"mappings",
"options",
}
for _, file in ipairs(files) do