mirror of
https://github.com/harivansh-afk/oil.nvim.git
synced 2026-04-15 20:03:11 +00:00
10 lines
84 B
Lua
10 lines
84 B
Lua
local M = {}
|
|
|
|
M.FIELD = {
|
|
id = 1,
|
|
name = 2,
|
|
type = 3,
|
|
meta = 4,
|
|
}
|
|
|
|
return M
|