chore: rename data.lua to const.lua to clarify use-case

This commit is contained in:
2026-04-17 18:58:28 -04:00
parent 06d86cf46e
commit 68ba1e3b87
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
--[[ --[[
Data Storage Constants
--]] --]]
+1 -1
View File
@@ -44,7 +44,7 @@ Config.plugins.snacks = {
{ section = "keys", gap = 1, padding = 1 }, { section = "keys", gap = 1, padding = 1 },
}, },
preset = { preset = {
header = require("data").header, header = require("const").header,
}, },
}, },
explorer = { enabled = true }, explorer = { enabled = true },