feat: first draft

This commit is contained in:
Steven Arcangeli 2022-12-15 02:24:27 -08:00
parent bf2dfb970d
commit fefd6ad5e4
48 changed files with 7201 additions and 1 deletions

10
lua/oil/constants.lua Normal file
View file

@ -0,0 +1,10 @@
local M = {}
M.FIELD = {
id = 1,
name = 2,
type = 3,
meta = 4,
}
return M